当前位置:   article > 正文

上传自己的镜像被拒绝denied: requested access to the resource is denied_retrying in 1 second

retrying in 1 second

docker push自己的镜像文件时报错:

  1. allen@ubuntu:/var$ sudo docker push allen-tomcat-app
  2. The push refers to a repository [docker.io/library/allen-tomcat-app]
  3. fee32021a7ec: Retrying in 1 second
  4. 5722c4c406c8: Preparing
  5. 66382c28cb47: Preparing
  6. 839d4870245c: Preparing
  7. cf516324493c: Preparing
  8. denied: requested access to the resource is denied

报了denied: requested access to the resource is denied异常,意思是没有权限

需要使用 docker tag改名字

docker tag allen-tomcat-app mydockerapp/allen-tomcat-app:latest

再上传:

sudo docker tag allen-tomcat-app mydockerapp/allen-tomcat-app:latest



原因分析:

上面的信息显示是拒接访问,因为tag的名字斜线前面部分allen-tomcat-app不是本人的用户名,下面把它修改为mydockerapp/xxxxx就push成功。需要注意的是mydockerapp是本人的docker用户名。进入docker hub网站查看,发现多了一个公共的repository。


网页打开:https://www.docker.com/mydockerapp

就可看见上传的镜像文件了。


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/246679
推荐阅读
相关标签
  

闽ICP备14008679号