Merge pull request #21919 from MihaiB/docs-typo

docs: fix grammar typo in 'Network containers'
This commit is contained in:
Vincent Demeester 2016-04-10 22:33:55 +02:00
Родитель 3c3b089474 a609c2c48b
Коммит c327d9d99b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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