zl程序教程

您现在的位置是:首页 >  其它

当前栏目

docker0: iptables: No chain/target/match by that name.

No by name Target iptables that match Chain
2023-09-27 14:28:31 时间

防火墙跟docker冲突问题

先重启docker试看看

systemctl restart docker

还是不行用下面的方法

vi /etc/sysconfig/iptables-config
找到 IPTABLES_SAVE_COUNTER=“no”
将no改为yes

再次重启dockers

systemctl restart docker