📜  如何从主机获取 Docker 容器的 IP 地址 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:13.045000             🧑  作者: Mango

代码示例4
docker inspect some-rabbit
you will get the ip address and port number from hear.
http://172.17.0.2:15672/