主机突然关机,重启后启动harbor时
[root@localhost harbor]# ./install.sh
报错:
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-3ab416218f91 -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
重启Docker后正常
[root@localhost ~]# systemctl restart docker