ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-fc6889ca171e -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
解决办法:service docker restart
在尝试设置Docker的IPtables时遇到了错误:无法启用SKIPDNAT规则,具体表现为iptables命令执行失败,提示'No chain/target/match by that name.'。解决此问题的方法是通过重启Docker服务。
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-fc6889ca171e -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
解决办法:service docker restart
5680
6679
767

被折叠的 条评论
为什么被折叠?