mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update linking.md
This commit is contained in:
parent
c1844c1345
commit
9df06628d2
@ -99,4 +99,4 @@ PING db (172.17.0.5): 48 data bytes
|
||||
用 ping 来测试db容器,它会解析成 `172.17.0.5`。
|
||||
*注意:官方的 ubuntu 镜像默认没有安装 ping,需要自行安装。
|
||||
|
||||
用户可以链接多个子容器到父容器,比如可以链接多个 web 到 db 容器上。
|
||||
用户可以链接多个父容器到子容器,比如可以链接多个 web 到 db 容器上。
|
||||
|
Loading…
Reference in New Issue
Block a user