
harbor
这小子贼帅
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t na
Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-40be4af3b921 -j RETURN: iptables: No chain/target/match by that name.情况说明:在做harbor的时候,执行harbor的脚本。出行error解决方案:重启docker即可再执行启动脚本就行,如上图原创 2021-03-29 14:02:08 · 4200 阅读 · 0 评论 -
Error response from daemon: Get https://192.168.221.10/v2/: dial tcp 192.168.221.10:443: connect: co
Error response from daemon: Get https://192.168.221.10/v2/: dial tcp 192.168.221.10:443: connect: connection refused情况说明:在做harbor实验的时候,一管理员 的身份无法登陆docker故障原因:Docker Registry 交互默认使用的是 HTTPS,但是搭建私有镜像默认使用的是 HTTP 服务,所以与私有镜像交互时出现以上错误解决方法:[root@client ~]原创 2021-03-29 13:58:11 · 5649 阅读 · 5 评论