diff options
author | 搏通 <yufeng.pyf@alibaba-inc.com> | 2016-04-21 09:34:28 +0800 |
---|---|---|
committer | Sebastiaan van Stijn <github@gone.nl> | 2016-04-28 13:30:39 +0200 |
commit | 895569df9dacc8116c67f604d261020fc8b01a54 (patch) | |
tree | 691341d3ae3d132b52a5012b66b652f6aa871aec | |
parent | 21223f8873845cfdf255f2ac58c58d7cfc3cfffa (diff) | |
download | docker-895569df9dacc8116c67f604d261020fc8b01a54.tar.gz |
optimise docs
Signed-off-by: 搏通 <yufeng.pyf@alibaba-inc.com>
(cherry picked from commit 9abf304c255cb3194b932e92f2b87bfabaab88c9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r-- | docs/userguide/networking/dockernetworks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index dd84872693..465470e737 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/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 |