mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update dockerizing.md
fix typo
This commit is contained in:
parent
bc8d618cde
commit
0bfa14a70a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ world` daemon.
|
|||
|
||||
Firstly let's make sure our container is running. We can
|
||||
do that with the `docker ps` command. The `docker ps` command queries
|
||||
the Docker daemon for information about all the container it knows
|
||||
the Docker daemon for information about all the containers it knows
|
||||
about.
|
||||
|
||||
$ sudo docker ps
|
||||
|
|
Loading…
Reference in a new issue