@@ -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
92926 . For organizations, monitor and enforce organizational policies by doing the
9393 following:
@@ -102,12 +102,13 @@ both individuals and organizations.
102102
103103The 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
112113Private repository storage is calculated on a monthly basis based on the average
113114storage 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
165166The pull request limit is calculated on a per month basis and only applies to
166167Docker Pro, Docker Team, and Docker Business users. The limit automatically
167168scales 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
174186The pull request rate limit is calculated on a per hour basis. There is no
175187pull rate limit for users or automated systems with a paid subscription.
176188Unauthenticated 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>
0 commit comments