安装harbor时候报错

2022-11-21 19:00:15 浏览数 (1)

报错现象

代码语言:javascript复制
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需要进行重启

解决

代码语言:javascript复制
systemctl restart docker

0 人点赞