Comments on Docker Guide: Dockerizing Python Django Application
In this tutorial, I will show you step-by-step how to create a docker image for an existing Django application project in Ubuntu 16.04. We will learn about dockerizing a python Django application, and then deploy the application as a container to the docker environment using a docker-compose script.
3 Comment(s)
Comments
Hello Muhammad, thank you so much for the tutorial. There's something I want to note: if I did not miss something, it should be better to replace - ./project:/src lines with - ./project/hello_django:/src. Otherwise it does not work, at least in my case.
i am working on a aws ubuntu instancein my case everything was okay, ran properly but when i am trying to check on web server it is showing "connection refused"can you please help what to do?
How can I get an existing django project to use please