使用http用docker login本地harbor的成功实例
bestlope opened this issue · 1 comments
bestlope commented
感谢PO主给的教程。
在文章Harbor使用HTTP的方法二中,daemon.json两天信息间需要有个逗号间隔,否则重启docker的时候会报错。
{
"registry-mirrors":["https://jxus37ad.mirror.aliyuncs.com"],
"insecure-registries":["192.168.123.145:80"]
}
重启docker和harbor:
systemctl restart docker
docker-compose up -d
登陆本地harbor:
docker login 192.123.145:80
注意要加上端口号。
jaywcjlove commented
@bestlope thx!