↧
Answer by misraX for Build Docker image from GitHub repository
detecting content type for remoteunsupported Content-Type "text/html; charset=utf-8"" Are you sure that you passed the right url ? If in this case you want the Dockerfile it will be in:...
View ArticleBuild Docker image from GitHub repository
I'm trying to build docker image from a GitHub repository using docker api python client.Here's what I have tried:From views.py if request.method == 'POST': post_data = request.POST.copy()...
View Article