docker push 到harbor仓库的时候一直报错
来源:4-5 镜像仓库
bgkp
2020-11-08
denied: requested access to the resource is denied
我已经用docker login登录了. 而且 在/etc/docker下 添加了本地的仓库 daemon.json:
{
“insecure-registries”: [“hub.mooc.com:80”,“192.168.2.66:80”,“127.0.0.1:80”]
}
写回答
1回答
-
刘果国
2020-11-09
rm /root/.docker/config.json,重新login一次。另外检查hub的项目是否存在(micro-service)
022020-11-11
相似问题