docker 端口映射错误解决方法

2016年8月23日

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后解决

没有评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注