我登錄后想要上傳自己保持的鏡像。
報(bào)了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
成功
我登錄后想要上傳自己保持的鏡像。
報(bào)了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
成功