ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule

转载自:https://blog.csdn.net/tianshuhao521/article/details/84782309

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

原因是关闭防火墙之后docker需要重启,执行以下命令重启docker即可:

service docker restart

posted @ 2020-03-20 15:54  LXMZQ  阅读(117)  评论(0编辑  收藏  举报