Skip to content

Commit 868ef67

Browse files
Update callouts for pull rate limits in Docker Hub (#21494)
## Description - Callouts in https://docs.docker.com/docker-hub/download-rate-limit/#rate-limit were confusing, the callout for DCP stated the *new* rate limits, while the rate limit section explains the existing rate limits - Updated callout to reflect the rate limits are for DCP changes - Clarified the existing table is for existing Docker plans - See: https://docker.atlassian.net/browse/IN-5058 for context ## Related issues or tickets [ENGDOCS-2326](https://docker.atlassian.net/browse/ENGDOCS-2326?atlOrigin=eyJpIjoiZTBjNjBjZmE2ZGYxNDk5MWIzYzNmN2YxOTllZDdiNDYiLCJwIjoiaiJ9) ## Reviews - [ ] Technical review - [ ] Editorial review [ENGDOCS-2326]: https://docker.atlassian.net/browse/ENGDOCS-2326?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 655a6c8 commit 868ef67

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

content/manuals/docker-hub/download-rate-limit.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,19 @@ URLs (`/v2/*/manifests/*`).
179179
> different architecture.
180180
> - Pulls are accounted to the user doing the pull, not to the owner of the
181181
> image.
182-
>
183-
> There will be no image pull rate limit for users or automated systems with a
184-
> paid subscription. Anonymous and Docker Personal users using Docker Hub will
185-
> experience rate limits on image pull requests. For authenticated users, there
186-
> will be a 40 pull/hour rate limit per user; for unauthenticated usage, there
187-
> will be a 10 pull/hour rate limit per IP address.
188182
189183
### What's the download rate limit on Docker Hub?
190184

185+
> [!IMPORTANT]
186+
>
187+
> After March 3rd, 2025, with Docker's enhanced subscription plans, there will be no image pull rate limit for users or automated systems with a
188+
> paid subscription.
189+
>
190+
> Anonymous and Docker Personal users using Docker Hub will experience rate limits on image pull requests. For authenticated users, there will be a 40 pull/hour rate limit per user; for unauthenticated usage, there will be a 10 pull/hour rate limit per IP address.
191+
191192
Docker Hub limits the number of Docker image downloads, or pulls, based on the
192193
account type of the user pulling the image. Pull rate limits are based on
193-
individual IP address.
194+
individual IP address. The following table reflects Docker's current rate limits:
194195

195196
| User type | Rate limit |
196197
|-------------------------------------------------------------------------|--------------------------------------|

0 commit comments

Comments
 (0)