我登录后想要上传自己保持的镜像。
报了denied: requested access to the resource is denied异常
需要使用 docker tag改名字
docker tag 3bd2787b9fa3 (docker地址)
例如:
docker tag 3bd2787b9fa3 a1030907690/ubuntu:latest
最后push
docker push a1030907690/ubuntu
成功
我登录后想要上传自己保持的镜像。
报了denied: requested access to the resource is denied异常
需要使用 docker tag改名字
docker tag 3bd2787b9fa3 (docker地址)
例如:
docker tag 3bd2787b9fa3 a1030907690/ubuntu:latest
最后push
docker push a1030907690/ubuntu
成功
本文标题:上传自己的镜像被拒绝denied: requested acce
本文链接:https://www.haomeiwen.com/subject/kxbykqtx.html
网友评论