docker 端口映射iptables: No chain/target/match by that name错误解决方法

pkill docker

iptables -t nat -F

ifconfig docker0 down

brctl delbr docker0

service docker restart
原文地址:https://www.cnblogs.com/sevck/p/7766443.html