I recently pushed a Django application into a docker container. I SSH'd into that container using docker run -it locally, and tried to run 'python manage.py runserver'. It shows the command is running
Performing system checks...
System check identified no issues (0 silenced).
kdlkjFebruary 20, 2018 - 04:54:28
Django version 1.11.6, using settings 'settings.base'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
But when I go to http://127.0.0.1:8000, it says the site can't be reached.