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.cn/101903.html原文链接:https://javaforall.cn