explicitly state that docker exec does not work

This commit is contained in:
Imran Rahman 2023-07-27 19:26:04 +06:00
parent 69505fb7d6
commit 09f5e8dab6

View File

@ -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
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
--------------------------------------------------------