docker 查看容器 ip

方法1 : 1. 進入容器 docker exec  -it 容器名或id /bin/bash 2.使用 apt-get update 更新一下 apt 3.apt-get install net-tools 安裝ifconfig命令  方法2: docker inspect --format '{{ .NetworkSettings.IPAddress }}' <container-ID> 或
相關文章
相關標籤/搜索