docker 错误iptables: No chain/target/match by that name.
docker 端口映射错误解决 iptables: No chain/target/match by that name.解决方案:1、先看能不能ping通网络。ping baidu.com若能依次执行以下命令2、安装工具包yum install net-tools -yyum install bridge-utils -y3、pkill docker4、iptables -t nat -F5、i
·
docker 端口映射错误解决 iptables: No chain/target/match by that name.
解决方案:
1、先看能不能ping通网络。
ping baidu.com
若能依次执行以下命令
2、安装工具包
yum install net-tools -y
yum install bridge-utils -y
3、pkill docker
4、iptables -t nat -F
5、ifconfig docker0 down
6、brctl delbr docker0
7、systemctl restart docker
更多推荐


所有评论(0)