标签:nbsp question 准备 没有 意思 没有权限 ack ted docker镜像
镜像构建完毕的时候 准备传入自己hub发现 被拒绝
报了denied: requested access to the resource is denied异常,意思是没有权限
解决的办法是:使用 docker tag改名字
docker tag REPOSITORY名字 dockerhub的"用户名/仓库名"
docker push "用户名/仓库名"
解决方案 参考
https://stackoverflow.com/questions/41984399/denied-requested-access-to-the-resource-is-denied-docker
上传docker镜像被拒绝 denied: requested access to the resource is denied
标签:nbsp question 准备 没有 意思 没有权限 ack ted docker镜像
原文地址:https://www.cnblogs.com/clemente/p/10687086.html