Skip to content

Commit

Permalink
explicitly state that docker exec does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Rahman committed Jul 27, 2023
1 parent 69505fb commit 09f5e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-locally-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------
Expand Down

0 comments on commit 09f5e8d

Please sign in to comment.