mirror of https://github.com/docker/docs.git
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:
parent
a81a990528
commit
8d2f2b639f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue