no django app created when following the docker-compose tutorial
问题 I'm following the docker-compose tutorial, to try and figure out how to get a django app to deploy: http://docs.docker.com/compose/django/ And everything's going smoothly (the app even works!) but the django project folder composeexample isn't created in my local project directory. I'm left with a working "It Works!" page after running: $ docker-compose run web django-admin.py startproject composeexample . But I can't continue to edit the composeexample/settings.py , as the tutorial suggests: