浏览代码

docs: fix grammar typo in 'Network containers'

Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com>
(cherry picked from commit a609c2c48b5d504120777db2ac1ba83bfe355b66)
Mihai Borobocea 9 年之前
父节点
当前提交
490c26524c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/containers/networkingcontainers.md

+ 1 - 1
docs/userguide/containers/networkingcontainers.md

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