From dfd33195bdc32c078bed911fe3511ae80e35fc9e Mon Sep 17 00:00:00 2001 From: Alan Thompson Date: Thu, 9 Mar 2017 18:46:28 -0600 Subject: [PATCH] Update work-with-networks.md (#2235) Fix typo 3 -> 4. Add clarification that we are using container4 to ping container4. --- engine/userguide/networking/work-with-networks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/networking/work-with-networks.md b/engine/userguide/networking/work-with-networks.md index 7fd6fdc242..6f273a1e09 100644 --- a/engine/userguide/networking/work-with-networks.md +++ b/engine/userguide/networking/work-with-networks.md @@ -611,7 +611,7 @@ The following example illustrates these points. $ docker network connect --link container4:bar local_alias container5 ``` -3. Attach to `container3` and try to ping `container4` using alias `foo`, then +3. Attach to `container4` and try to ping `container4` (yes, the same one) using alias `foo`, then try pinging container `container5` using alias `c5`: ```bash