1、获得容器IP
将container_name
换成实际环境中的容器名
docker inspect `container_name` | grep IPAddress
本文共 135 字,大约阅读时间需要 1 分钟。
1、获得容器IP
将container_name
换成实际环境中的容器名
docker inspect `container_name` | grep IPAddress
转载于:https://my.oschina.net/u/3371661/blog/3056072