I try to create a simple image called mybusybox_1:v1.0 in DigitalOcean and pull to docker hub. The details are shown as below.
Login Succeeded
# sudo docker push myusername/mybusybox_1:v1.0
The push refers to repository [docker.io/username/mybusybox_1]
097cb51bb7f6: Preparing
514c3a3e64d4: Preparing
denied: requested access to the resource is denied
when I do the same process in my local virtualbox, it work normally. Is there any restriction or limitation in DigitalOcean?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there,
I’ve seen that error in the past when I exceeded the number of private repositories in Docker Hub.
If you also are using private repositories and have gone over the limit of allowed private repositories, I would recommend trying to delete some of the repositories that you do not use so that you could be within the limits.
Then after that try to push the image again.
Regards, Bobby