mirror of
https://github.com/moby/moby.git
synced 2026-07-15 20:12:07 +00:00
docs: fix grammar typo in 'Network containers'
Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com>
(cherry picked from commit a609c2c48b)
This commit is contained in:
committed by
Tibor Vass
parent
7ae170ddab
commit
490c26524c
@@ -35,7 +35,7 @@ You name your container by using the `--name` flag, for example launch a new con
|
||||
|
||||
$ docker run -d -P --name web training/webapp python app.py
|
||||
|
||||
Use the `docker ps` command to see check the name:
|
||||
Use the `docker ps` command to check the name:
|
||||
|
||||
$ docker ps -l
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
|
||||
Reference in New Issue
Block a user