mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 17:04:53 +03:00
explicitly state that docker exec does not work
This commit is contained in:
parent
69505fb7d6
commit
09f5e8dab6
|
@ -77,7 +77,7 @@ As with any shell command that we wish to run in our container, this is done usi
|
||||||
$ docker-compose -f local.yml run --rm django python manage.py createsuperuser
|
$ docker-compose -f local.yml run --rm django python manage.py createsuperuser
|
||||||
|
|
||||||
Here, ``django`` is the target service we are executing the commands against.
|
Here, ``django`` is the target service we are executing the commands against.
|
||||||
|
Also, please note that the ``docker exec`` does not work for running management commands.
|
||||||
|
|
||||||
(Optionally) Designate your Docker Development Server IP
|
(Optionally) Designate your Docker Development Server IP
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user