Skip to content

Commit

Permalink
docs: fix grammar typo in 'Network containers'
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Borobocea <[email protected]>
  • Loading branch information
Mihai Borobocea authored and Mihai Borobocea committed Apr 10, 2016
1 parent 3c3b089 commit a609c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/containers/networkingcontainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a609c2c

Please sign in to comment.