1. 查看容器进程Pid docker inspect -f {{.State.Pid}} $cotainerID 2. 进入容器进程网络命名空间 nsenter -t $Pid -n 3. 查看容器IP ifcnofig 4. 使用宿主机的ping命令 5. 退出容器进程网络命名空间 exit