mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update working-with-docker.md
This commit is contained in:
parent
1bc0f82406
commit
83a5f2a192
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ the container will also stop.
|
|||
### Listing containers
|
||||
|
||||
We can see a list of all the containers on our host using the `docker
|
||||
ps` command. By default the `docker ps` commands only shows running
|
||||
ps` command. By default the `docker ps` command only shows running
|
||||
containers. But we can also add the `-a` flag to show *all* containers -
|
||||
both running and stopped.
|
||||
|
||||
|
|
Loading…
Reference in a new issue