启动docker容器 防火墙问题报错 ! -i docker0' failed: iptables: No chain/target/match by that name.

COMMAND_FAILED: '/sbin/iptables -t nat -A DOCKER -p tcp -d 0/0 --dport 8111 -j DNAT --to-destination 172.17.0.6:8111 ! -i docker0' failed: iptables: No chain/target/match by that name.

 

pkill docker

iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0

重启docker后解决

posted @ 2019-01-02 00:45  史安良  阅读(1509)  评论(0编辑  收藏  举报