---
title: "Docker pull rate limit"
canonical_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/errors-and-warnings/pull-rate-limit/"
md_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/errors-and-warnings/pull-rate-limit.md"
last_updated: "2026-06-08T13:19:33.871Z"
description: "Discover essential insights on Docker pull rate limits, their impact, and best practices to optimize your deployments effectively."
---

# Docker pull rate limit

On 1 November 2020, Docker began imposing a limit on the number of image pulls from Docker Hub available for non-paid accounts:

- 100 pulls per 6 hours for non-authenticated users

- 200 pulls per 6 hours for authenticated users

> Limits don’t apply to paid accounts. You can find the details on Docker’s [pricing page](https://www.docker.com/pricing).

You’ll know that you reached the limit when you see the following error when running `docker pull`:

`You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limits.`

If you find yourself hitting the limit frequently, we recommend either signing up for a paid Docker plan, or using the images from Amazon ECR Public Gallery. Learn more about [choosing a Docker registry](https://www.nutrient.io/guides/document-engine/deployment/docker-registry.md).
---

## Related pages

- [504 Response](/guides/document-engine/troubleshooting/errors-and-warnings/504-response.md)
- [CORS errors](/guides/document-engine/troubleshooting/errors-and-warnings/cors.md)
- [RequestTimeTooSkewed](/guides/document-engine/troubleshooting/errors-and-warnings/request-time-too-skewed.md)
- [No ACTIVATION_KEY or LICENSE_KEY set](/guides/document-engine/troubleshooting/errors-and-warnings/no-activation_key.md)
- [401 Response](/guides/document-engine/troubleshooting/errors-and-warnings/401-response.md)
- [503 service unavailable (overload)](/guides/document-engine/troubleshooting/errors-and-warnings/overload.md)

