mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update dockerizing.md
This commit is contained in:
parent
5b85dc3584
commit
d6c494671f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ has just stopped.
|
||||||
|
|
||||||
Let's check it worked with the `docker ps` command.
|
Let's check it worked with the `docker ps` command.
|
||||||
|
|
||||||
$ docker ps
|
$ sudo docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
|
||||||
Excellent. Our container has been stopped.
|
Excellent. Our container has been stopped.
|
||||||
|
|
Loading…
Reference in a new issue