Report this

What is the reason for this report?

cannot push my image to docker hub

Posted on August 18, 2020

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?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.