mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-15 19:13:39 +00:00
Merge pull request #237 from yeasy/dev
Add compose in network/linking.md
This commit is contained in:
commit
359e765322
@ -61,3 +61,7 @@ PING busybox1 (172.19.0.2): 56 data bytes
|
|||||||
```
|
```
|
||||||
|
|
||||||
这样,`busybox1` 容器和 `busybox2` 容器建立了互联关系。
|
这样,`busybox1` 容器和 `busybox2` 容器建立了互联关系。
|
||||||
|
|
||||||
|
### Docker Compose
|
||||||
|
|
||||||
|
如果你有多个容器之间需要互相连接,推荐使用 [Docker Compose](../compose)。
|
||||||
|
Loading…
Reference in New Issue
Block a user