Merge pull request #237 from yeasy/dev

Add compose in network/linking.md
pull/253/head
康怀帅 2017-11-23 15:50:11 +08:00 committed by GitHub
commit 359e765322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)。