美文网首页
Failed to Setup IP tables

Failed to Setup IP tables

作者: amengtongxue | 来源:发表于2021-04-08 10:46 被阅读0次

    瞎折腾port forwarding,搞坏了iptables,误删了docker相关的规则。在启动容器的时候报错:

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

    重启docker服务解决:

    systemctl restart docker
    

    相关文章

      网友评论

          本文标题:Failed to Setup IP tables

          本文链接:https://www.haomeiwen.com/subject/mivmkltx.html