瀏覽代碼

Merge pull request #6718 from mchelen/patch-1

Update dockerizing.md
Sven Dowideit 11 年之前
父節點
當前提交
a7722d752d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockerizing.md

+ 1 - 1
docs/sources/userguide/dockerizing.md

@@ -131,7 +131,7 @@ world` daemon.
 
 
 Firstly let's make sure our container is running. We can
 Firstly let's make sure our container is running. We can
 do that with the `docker ps` command. The `docker ps` command queries
 do that with the `docker ps` command. The `docker ps` command queries
-the Docker daemon for information about all the container it knows
+the Docker daemon for information about all the containers it knows
 about.
 about.
 
 
     $ sudo docker ps
     $ sudo docker ps