Skip to content

Commit d0625a6

Browse files
share WIP
Signed-off-by: Craig <[email protected]>
1 parent 61ac7ee commit d0625a6

File tree

5 files changed

+190
-69
lines changed

5 files changed

+190
-69
lines changed

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

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ both individuals and organizations.
8383
- Automate manual workflows: Avoid unnecessary pulls by configuring automated
8484
systems to pull only when a new version of an image is available.
8585

86-
4. Optimize the size of repositories by regularly auditing and removing
87-
untagged, unused, or outdated images.
86+
4. Optimize the your repositories by regularly auditing and removing
87+
repositories with untagged, unused, or outdated images.
8888

89-
5. Increase your limits by upgrading or purchasing add-ons. For details, see
90-
[Docker pricing](https://www.docker.com/pricing/).
89+
5. Increase your limits by upgrading or purchasing additional consumption. For
90+
details, see [Scale your subscription](../subscription/scale.md).
9191

9292
6. For organizations, monitor and enforce organizational policies by doing the
9393
following:
@@ -102,12 +102,13 @@ both individuals and organizations.
102102

103103
The following storage and repository limits apply based on your subscription, subject to fair use:
104104

105-
| | Personal | Pro | Team | Business |
106-
|----------------------------|----------------------------|------------|-------------|--------------|
107-
| Public repositories | Unlimited | Unlimited | Unlimited | Unlimited |
108-
| Public repository storage | Unlimited | Unlimited | Unlimited | Unlimited |
109-
| Private repositories | Up to 1 private repository | Unlimited | Unlimited | Unlimited |
110-
| Private repository storage | Up to 2 GB | Up to 5 GB | Up to 50 GB | Up to 500 GB |
105+
| Plan | Public repositories | Public repository storage | Private repositories | Private repository storage |
106+
|----------|---------------------|---------------------------|----------------------------|----------------------------|
107+
| Personal | Unlimited | Unlimited | Up to 1 private repository | Up to 2 GB |
108+
| Pro | Unlimited | Unlimited | Unlimited | Up to 5 GB |
109+
| Team | Unlimited | Unlimited | Unlimited | Up to 50 GB |
110+
| Business | Unlimited | Unlimited | Unlimited | Up to 500 GB |
111+
111112

112113
Private repository storage is calculated on a monthly basis based on the average
113114
storage used throughout the month per namespace. Docker measures your storage
@@ -165,18 +166,39 @@ If the user is part of multiple organizations under the company, the pull is att
165166
The pull request limit is calculated on a per month basis and only applies to
166167
Docker Pro, Docker Team, and Docker Business users. The limit automatically
167168
scales on-demand, but on-demand rates do apply. You can [scale your
168-
limit](../subscription/scale.md) or [upgrade](../subscription/change.md) to
169-
get a higher limit. To learn about the limits for each subscription, see
170-
[Subscriptions and features](../subscription/details.md).
169+
limit](../subscription/scale.md) or [upgrade](../subscription/change.md) to get
170+
a higher limit.
171+
172+
The following table describes the included pull limit per month
173+
for each subscription tier, subject to fair use:
174+
175+
176+
| User type | Pull limit per month |
177+
|--------------------------|----------------------|
178+
| Business (authenticated) | 1M |
179+
| Team (authenticated) | 100K |
180+
| Pro (authenticated) | 25K |
181+
| Personal (authenticated) | Not applicable |
182+
| Unauthenticated users | Not applicable |
171183

172184
### Pull request rate limit
173185

174186
The pull request rate limit is calculated on a per hour basis. There is no
175187
pull rate limit for users or automated systems with a paid subscription.
176188
Unauthenticated and Docker Personal users using Docker Hub will experience rate
177-
limits on image pull requests. For authenticated users, there is a 40 pull/hour
178-
rate limit per user; for unauthenticated usage, there is a 10 pull/hour rate
179-
limit per IP address.
189+
limits on image pull requests.
190+
191+
The following table describes the pull rate limit per hour
192+
for each subscription tier, subject to fair use:
193+
194+
| User type | Pull rate limit per hour |
195+
|--------------------------|--------------------------|
196+
| Business (authenticated) | No limit |
197+
| Team (authenticated) | No limit |
198+
| Pro (authenticated) | No limit |
199+
| Personal (authenticated) | 40 |
200+
| Unauthenticated users | 10 per IP address |
201+
180202

181203
> [!TIP]
182204
>

content/manuals/subscription/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ aliases:
3838
- /docker-hub/billing/faq/
3939
---
4040

41-
A Docker subscription includes licensing for commercial use of Docker components including Docker Desktop and Docker Hub.
41+
A Docker subscription includes licensing for commercial use of Docker components
42+
including Docker Desktop, Docker Hub, Docker Build Cloud, Docker Scout, and
43+
Testcontainers Cloud.
4244

4345
Use the resources here to decide what subscription you need, or manage an existing subscription.
4446

0 commit comments

Comments
 (0)