mirror of https://github.com/docker/docs.git
Merge pull request #1054 from tombenner/fix_typo
Fix small typo ("an"/"ran") in installation docs
This commit is contained in:
commit
8935c892c3
|
@ -213,7 +213,7 @@ your swarm, and start an image on your swarm.
|
|||
For more examples and ideas, visit:
|
||||
http://docs.docker.com/userguide/
|
||||
|
||||
5. Use the `docker ps` command to find out which node the container an on.
|
||||
5. Use the `docker ps` command to find out which node the container ran on.
|
||||
|
||||
$ docker ps -a
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
|
|
Loading…
Reference in New Issue