mirror of https://github.com/docker/docs.git
Merge pull request #2214 from cloojure/patch-1
Update work-with-networks.md
This commit is contained in:
commit
7a61d77d70
|
@ -513,7 +513,7 @@ The following example briefly describes how to use `--link`.
|
||||||
ping: bad address 'c5'
|
ping: bad address 'c5'
|
||||||
|
|
||||||
```
|
```
|
||||||
Detach from `container3` and leave it running using `CTRL-p CTRL-q`.
|
Detach from `container4` and leave it running using `CTRL-p CTRL-q`.
|
||||||
|
|
||||||
2. Create another container named `container5`, and link it to `container4`
|
2. Create another container named `container5`, and link it to `container4`
|
||||||
using the alias `c4`.
|
using the alias `c4`.
|
||||||
|
|
Loading…
Reference in New Issue