报错ERROR: Failed to Setup IP tables: Unable to enab

问题

ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i 172.16.0.2:443 -j RETURN: iptables: No chain/target/match by that name.

原因及解决办法

原因是关闭防火墙之后docker需要重启,重启docker即可.

猜你喜欢

转载自blog.51cto.com/14843781/2596313