Skip to content

Commit 53c12f8

Browse files
Merge pull request #22082 from docker/published-update
publish updates from main
2 parents 1a88892 + d9eb233 commit 53c12f8

File tree

10 files changed

+56
-218
lines changed

10 files changed

+56
-218
lines changed

content/includes/hub-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
---
2-
---
3-
41
> [!NOTE]
52
>
6-
> The Docker Hub plan limits will take effect on March 1, 2025. No charges on
7-
> Docker Hub pulls or storage will be incurred between December 10, 2024,
8-
> and February 28, 2025.
3+
> Starting April 1, 2025, all users with a Pro, Team, or Business
4+
> subscription will have unlimited Docker Hub pulls with fair use.
5+
> Unauthenticated users and users with a free Personal account have the
6+
> following pull limits:
7+
> - Unauthenticated users: 10 pulls/hour
8+
> - Authenticated users with a free account: 100 pulls/hour

content/manuals/billing/docker-hub-pricing.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

content/manuals/docker-hub/usage/_index.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,22 @@ aliases:
1010

1111
{{% include "hub-limits.md" %}}
1212

13-
When using Docker Hub, unauthenticated and Docker Personal users are subject to
14-
strict limits. In contrast, Docker Pro, Team, and Business users benefit from a
15-
consumption-based model with a base amount of included usage. This included
16-
usage is not a hard limit; users can scale or upgrade their subscriptions to
17-
receive additional usage or use on-demand usage.
18-
1913
The following table provides an overview of the included usage and limits for each
2014
user type, subject to fair use:
2115

2216

23-
| User type | Pulls per month | Pull rate limit per hour | Public repositories | Public repository storage | Private repositories | Private repository storage |
24-
|--------------------------|-----------------|----------------------------------------|---------------------|---------------------------|----------------------|----------------------------|
25-
| Business (authenticated) | 1M | Unlimited | Unlimited | Unlimited | Unlimited | Up to 500 GB |
26-
| Team (authenticated) | 100K | Unlimited | Unlimited | Unlimited | Unlimited | Up to 50 GB |
27-
| Pro (authenticated) | 25K | Unlimited | Unlimited | Unlimited | Unlimited | Up to 5 GB |
28-
| Personal (authenticated) | Not applicable | 40 | Unlimited | Unlimited | Up to 1 | Up to 2 GB |
29-
| Unauthenticated users | Not applicable | 10 per IPv4 address or IPv6 /64 subnet | Not applicable | Not applicable | Not applicable | Not applicable |
17+
| User type | Pull rate limit per hour | Number of public repositories | Number of private repositories |
18+
|--------------------------|----------------------------------------|---------------------|----------------------|
19+
| Business (authenticated) | Unlimited | Unlimited | Unlimited |
20+
| Team (authenticated) | Unlimited | Unlimited | Unlimited |
21+
| Pro (authenticated) | Unlimited | Unlimited | Unlimited |
22+
| Personal (authenticated) | 100 | Unlimited | Up to 1 |
23+
| Unauthenticated users | 10 per IPv4 address or IPv6 /64 subnet | Not applicable | Not applicable |
3024

3125
For more details, see the following:
3226

3327
- [Pull usage and limits](./pulls.md)
34-
- [Storage usage and limits](./storage.md)
28+
- [Docker Hub repositories](./repositories.md)
3529

3630
## Fair use
3731

content/manuals/docker-hub/usage/manage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ both individuals and organizations:
3636
- Regularly auditing and [removing entire repositories](../repos/delete.md) with untagged, unused, or outdated images.
3737
- Using [Image Management](../repos/manage/hub-images/manage.md) to remove stale and outdated images within a repository.
3838

39-
5. Increase your limits by upgrading or purchasing additional consumption. For
40-
details, see [Scale your subscription](/manuals/subscription/scale.md).
41-
42-
6. For organizations, monitor and enforce organizational policies by doing the
39+
5. For organizations, monitor and enforce organizational policies by doing the
4340
following:
4441

4542
- Routinely [view Docker Hub usage](https://hub.docker.com/usage) to monitor usage.

content/manuals/docker-hub/usage/pulls.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,19 @@ weight: 10
99
{{% include "hub-limits.md" %}}
1010

1111
Unauthenticated and Docker Personal users are subject to hourly pull rate limits
12-
on Docker Hub. In contrast, Docker Pro, Team, and Business users benefit from a
13-
base number of included pulls per month without hourly rate restrictions. This
14-
included usage is flexible, allowing you to scale or upgrade your subscription
15-
to accommodate additional pulls or utilize on-demand pulls as needed.
16-
17-
Any pulls exceeding the included amounts in each subscription tier will be
18-
charged at an on-demand rate. To increase your monthly pull allowance and avoid
19-
on-demand charges, you can [scale](/manuals/subscription/scale.md) or
20-
[upgrade](/manuals/subscription/change.md) your subscription.
12+
on Docker Hub. In contrast, Docker Pro, Team, and Business users benefit from
13+
unlimited pulls per hour.
2114

2215
The following pull usage and limits apply based on your subscription, subject to
2316
fair use:
2417

25-
26-
| User type | Pulls per month | Pull rate limit per hour |
27-
|--------------------------|-----------------|----------------------------------------|
28-
| Business (authenticated) | 1M | Unlimited |
29-
| Team (authenticated) | 100K | Unlimited |
30-
| Pro (authenticated) | 25K | Unlimited |
31-
| Personal (authenticated) | Not applicable | 40 |
32-
| Unauthenticated Users | Not applicable | 10 per IPv4 address or IPv6 /64 subnet |
18+
| User type | Pull rate limit per hour |
19+
|--------------------------|----------------------------------------|
20+
| Business (authenticated) | Unlimited |
21+
| Team (authenticated) | Unlimited |
22+
| Pro (authenticated) | Unlimited |
23+
| Personal (authenticated) | 100 |
24+
| Unauthenticated Users | 10 per IPv4 address or IPv6 /64 subnet |
3325

3426
## Pull definition
3527

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
description: Learn about storage usage limits for Docker Hub.
3+
keywords: Docker Hub, usage, storage, repository
4+
title: Docker Hub repositories
5+
linkTitle: Number of repositories
6+
weight: 20
7+
aliases:
8+
- /docker-hub/usage/storage/
9+
---
10+
11+
The following number of repositories apply based on your subscription, subject to fair use:
12+
13+
| Plan | Number of public repositories | Number of private repositories |
14+
|----------|-------------------------------|----------------------------|
15+
| Personal | Unlimited | Up to 1 private repository |
16+
| Pro | Unlimited | Unlimited |
17+
| Team | Unlimited | Unlimited |
18+
| Business | Unlimited | Unlimited |
19+
20+
## View storage usage and repositories
21+
22+
You can view your storage usage on the [Usage page](https://hub.docker.com/usage/storage) in Docker Hub.

content/manuals/docker-hub/usage/storage.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

content/manuals/subscription/details.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,23 @@ Docker Personal includes:
4343

4444
- 1 included repository with continuous vulnerability analysis in Docker Scout
4545
- Unlimited public Docker Hub repositories
46-
- 1 private Docker Hub repository with 2GB storage
47-
- 40 pulls per hour Docker Hub image pull rate limit
46+
- 100 pulls per hour Docker Hub image pull rate limit for authenticated users
4847
- 7-day Docker Build Cloud trial
4948
- 7-day Testcontainers Cloud trial
5049

5150
Docker Personal users who want to continue using Docker Build Cloud or Docker
5251
Testcontainers Cloud after their trial can upgrade to a Docker Pro plan at any
5352
time.
5453

55-
All unauthenticated user, including unauthenticated Docker Personal users, get
54+
All unauthenticated users, including unauthenticated Docker Personal users, get
5655
10 pulls per hour per IP address.
5756

5857
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/).
5958

6059
## Docker Pro
6160

61+
{{% include "hub-limits.md" %}}
62+
6263
**Docker Pro** enables individual developers to get more control of their
6364
development environment and provides an integrated and reliable developer
6465
experience. It reduces the amount of time developers spend on mundane and
@@ -73,13 +74,14 @@ Docker Pro includes:
7374
- 2 included repositories with continuous vulnerability analysis in Docker Scout.
7475
- 100 Testcontainers Cloud runtime minutes per month for use either in Docker Desktop or for CI.
7576
- No Docker Hub image pull rate limits.
76-
- 25K Docker Hub pulls per month are included.
7777

7878
For a list of features available in each tier, see [Docker
7979
Pricing](https://www.docker.com/pricing/).
8080

8181
## Docker Team
8282

83+
{{% include "hub-limits.md" %}}
84+
8385
**Docker Team** offers capabilities for collaboration, productivity, and
8486
security across organizations. It enables groups of developers to unlock the
8587
full power of collaboration and sharing combined with essential security
@@ -93,7 +95,6 @@ Docker Team includes:
9395
- Unlimited Docker Scout repositories with continuous vulnerability analysis.
9496
- 500 Testcontainers Cloud runtime minutes per month for use either in Docker Desktop or for CI.
9597
- No Docker Hub image pull rate limits.
96-
- 100K Docker Hub pulls per month.
9798

9899
There are also advanced collaboration and management tools, including
99100
organization and team management with [Role Based Access Control
@@ -104,6 +105,8 @@ Pricing](https://www.docker.com/pricing/).
104105

105106
## Docker Business
106107

108+
{{% include "hub-limits.md" %}}
109+
107110
**Docker Business** offers centralized management and advanced security features
108111
for enterprises that use Docker at scale. It empowers leaders to manage their
109112
Docker development environments and speed up their secure software supply chain
@@ -118,7 +121,6 @@ Docker Business includes:
118121
- 1500 Testcontainers Cloud runtime minutes per month for use either in Docker Desktop or
119122
for CI.
120123
- No Docker Hub image pull rate limits.
121-
- 1M Docker Hub pulls per month.
122124

123125
In addition, you gain access to enterprise-grade features, such as:
124126
- [Hardened Docker Desktop](../security/for-admins/hardened-desktop/_index.md)
@@ -197,7 +199,6 @@ When you upgrade your Legacy Docker Pro plan to a Docker Pro subscription plan,
197199
- 2 included repositories with continuous vulnerability analysis in Docker Scout.
198200
- 100 Testcontainers Cloud runtime minutes are now included for use either in Docker Desktop or for CI.
199201
- Docker Hub image pull rate limits are removed.
200-
- 25K Docker Hub pulls per month are included.
201202

202203
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/).
203204

@@ -230,7 +231,6 @@ When you upgrade your Legacy Docker Team plan to a Docker Team subscription plan
230231
- Docker Scout now includes unlimited repositories with continuous vulnerability analysis, an increase from 3.
231232
- 500 Testcontainers Cloud runtime minutes are now included for use either in Docker Desktop or for CI.
232233
- Docker Hub image pull rate limits are removed.
233-
- 100K Docker Hub pulls per month are included.
234234
- The minimum number of users is 1 (lowered from 5).
235235

236236
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/).
@@ -263,7 +263,6 @@ When you upgrade your Legacy Docker Business plan to a Docker Business subscript
263263
- Docker Scout now includes unlimited repositories with continuous vulnerability analysis, an increase from 3.
264264
- 1500 Testcontainers Cloud runtime minutes are now included for use either in Docker Desktop or for CI.
265265
- Docker Hub image pull rate limits are removed.
266-
- 1M Docker Hub pulls per month are included.
267266

268267
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/).
269268

0 commit comments

Comments
 (0)