瀏覽代碼

Merge pull request #22193 from panyufeng920/master

optimise docs
David Calavera 9 年之前
父節點
當前提交
01dd64cd10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/networking/dockernetworks.md

+ 1 - 1
docs/userguide/networking/dockernetworks.md

@@ -138,7 +138,7 @@ $ docker run -itd --name=container2 busybox
 94447ca479852d29aeddca75c28f7104df3c3196d7b6d83061879e339946805c
 ```
 
-Inspecting the `bridge` network again after starting two containers shows both newly launched containers in the network. Their ids show up in the container
+Inspecting the `bridge` network again after starting two containers shows both newly launched containers in the network. Their ids show up in the "Containers" section of `docker network inspect`:
 
 ```
 $ docker network inspect bridge