docs: fix grammar typo in 'Network containers'
Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com>
This commit is contained in:
parent
3c3b089474
commit
a609c2c48b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue