centos7下docker启动时报iptables错误

centos7启动docker报错内容:

iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 22201 -j DNAT --to-destination 172.18.0.2:22 ! -i docker0: iptables: No chain/target/match by that name.

解决方法:

  1. 先尝试重启docker看是否管用
systemctl restart docker
  1. 如果直接重启仍然不管用则:
    关闭selinux

然后重启linux即可,重启之后重新试一下应该就可以了

posted @ 2022-12-29 11:40  xuxianshun  阅读(545)  评论(0编辑  收藏  举报