mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-26 06:56:19 +00:00
Add compose in network/linking.md
This commit is contained in:
parent
39bef7f604
commit
99401dcc4f
@ -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