harbor无法登陆解决

添加如下内容

[root@bogon ~]# vi /etc/docker/daemon.json
{ "registry-mirrors": ["https://wb2g6zxl.mirror.aliyuncs.com"],"insecure-registries":["192.168.43.64:5000"]}

原文地址:https://www.cnblogs.com/effortsing/p/10061135.html