Django: Use docker ps to be in sync with the sample output

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer 2021-03-08 12:51:02 +01:00
parent a81a990528
commit 8d2f2b639f
No known key found for this signature in database
GPG Key ID: 0EA4429C4C69C02B
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ In this section, you set up the database connection for Django.
5. List running containers.
In another terminal window, list the running Docker processes with the `docker container ls` command.
In another terminal window, list the running Docker processes with the `docker ps` or `docker container ls` command.
```console
$ docker ps