mirror of https://github.com/docker/docs.git
parent
1ace850d30
commit
1dbafefda6
|
@ -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