Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
All solutions
    • All solutions for Container Registry
    • Exceeded limits on images uploaded from a DockerHub folder

In this article:

  • Issue description
  • Solution
  1. Container Registry
  2. Exceeded limits on images uploaded from a DockerHub folder

Exceeded limits on images uploaded from a DockerHub folder

Written by
Yandex Cloud
Updated at September 12, 2023
  • Issue description
  • Solution

Issue descriptionIssue description

When you use docker pull <image-name> to pull an image from Docker Hub, you get the error:
toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

SolutionSolution

The error message says that you exceeded the limit on image pulls from DockerHub.

Due to the changes in the Docker Terms of Service announced in November 2020, the following limitations apply to container pulls from DockerHub:

  • For non-authenticated users: 200 pulls per 6 hours.
  • Free plan for authenticated users: 200 pulls per 6 hours.
  • Pro plan: 50,000 pulls per 24 hours.
  • Team plan: 50,000 pulls per 24 hours.

To bypass the image pull rate limit, you can use Yandex Container Registry.
First upload images from Docker Hub to your local instance and then move them to Container Register that has no such limits.

In Container Register, you only pay for image storage. However, if multiple Docker images in the same registry use the same layers, you will not pay for each layer every time you use it. A layer's digest indicates whether the layer is unique.

You can learn more about Container Registry pricing terms here.

Was the article helpful?

Previous
All solutions for Container Registry
Next
All solutions for DataLens
Yandex project
© 2025 Yandex.Cloud LLC