Add compose in network/linking.md

pull/237/head
khs1994 2017-11-23 12:59:13 +08:00
parent 39bef7f604
commit 99401dcc4f
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@ PING busybox1 (172.19.0.2): 56 data bytes
```
这样,`busybox1` 容器和 `busybox2` 容器建立了互联关系。
### Docker Compose
如果你有多个容器之间需要互相连接,推荐使用 [Docker Compose](../compose)。