Linux重启关闭防火墙后重启Harbor失败
一、错误原因
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables –wait -t nat -I DOCKER -i br-354f6992d8ed -j RETURN: iptables: No chain/target/match by that name.
二、修复问题
原因是Harbor依赖docker运行,关闭防火墙之后docker需要重启
# 重启docker服务
service docker restart