harbor配置https后docker login正常,push镜像报错denied: requested access to the resource is denied
·
harbor https配置参考
https://github.com/goharbor/harbor/blob/master/docs/configure_https.md
完成配置后客户端通过docker login登录正常,但是push镜像时报错:
denied: requested access to the resource is denied
我遇到的原因是因为,配置域名时,一时偷懒直接用了hostname
将其改为合规的域名格式即可
配置Harbor Https 参考:
https://blog.csdn.net/u011933777/article/details/102520981
更多推荐
所有评论(0)