查看容器的IP地址查看单个容器的详细完整信息docker inspect --format '{{ .NetworkSettings.IPAddress }}' <container-ID>
或者
docker inspect &l
2018-03-20