报错现象
Creating network "harbor_harbor" with the default driver
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-530c13842083 -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
这个现象很常见,关闭防火墙之后docker需要进行重启
解决
systemctl restart docker
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/101903.html原文链接:https://javaforall.net