harbor 启动报错:Creating network “harbor_harbor“ with the default driver ERROR: Failed to Setup IP table
·
harbor 启动报错: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-ad50c72e8694 -j RETURN: iptables: No chain/target/match by th
- 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-ad50c72e8694 -j RETURN: iptables: No chain/target/match by that name. - 解决办法:
# docker网关关闭的,docker network无法对新container进行网络配置,重启一下就好了
service docker restart
systemctl restart docker
更多推荐
所有评论(0)