查看容器的网络相关信息
ifconfig #查看容器内的网络
cat /etc/hosts #查看容器内内部IP映射表
cat /etc/resolv.conf #查看容器内dns服务器配置
cat /etc/nsswitch.conf #查看容器名字服务配置
ip addr show #查看容器IP地址
ip route show #查看容器转发信息
netstat -nr #查看容器当前IP转发表详细信息
查看容器的网络相关信息
ifconfig #查看容器内的网络
cat /etc/hosts #查看容器内内部IP映射表
cat /etc/resolv.conf #查看容器内dns服务器配置
cat /etc/nsswitch.conf #查看容器名字服务配置
ip addr show #查看容器IP地址
ip route show #查看容器转发信息
netstat -nr #查看容器当前IP转发表详细信息