docker启动报错 (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 9876 -j DNAT --

docker启动报错

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

解决方案:

systemctl restart docker

发布了103 篇原创文章 · 获赞 1 · 访问量 2378

猜你喜欢

转载自blog.csdn.net/W_317/article/details/104546422