运行命令./install.sh --with-notary
安装Harbor Notary时报错:
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-4241d81f645a -j RETURN: iptables: No chain/target/match by that name.
解决方法是把Docker重启一下,再重新安装Harbor Notary。
systemctl restart docker
原因是在Docker启动后关闭防火墙或更改防火墙规则时将Docker的iptables规则删除了。
参考文档: