mirror of https://github.com/docker/docs.git
Update work-with-networks.md (#2235)
Fix typo 3 -> 4. Add clarification that we are using container4 to ping container4.
This commit is contained in:
parent
4399f6a835
commit
dfd33195bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue