Skip to content

Commit 3b4c9ae

Browse files
ENGDOCS-2325 (#21500)
## Description We received Hotjar feedback that the new DCP pricing email caused confusion about Docker Hub usage, storage, pulls. To clarify: - I updated the usage definition to define usage as 1. Pulls 2. Storage - I updated the Rate limiting section to clarify that rate limiting only applies to pulls (confirmed with @sheltongraves) ## Related issues or tickets ENGDOCS-2325 ## Reviews - [ ] Technical review - [ ] Editorial review
1 parent adab458 commit 3b4c9ae

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

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

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ manage your and your organization's usage effectively.
1414

1515
## Usage
1616

17-
Usage refers to the amount of data transferred from Docker Hub and the amount of
18-
data stored on Docker Hub.
17+
Usage refers to both:
18+
- Pulls: The amount of data transferred from Docker Hub
19+
- Storage: The amount of data stored on Docker Hub
1920

2021
### Fair use
2122

@@ -27,23 +28,35 @@ exhibiting excessive data and storage consumption.
2728

2829
### View Docker Hub usage
2930

30-
You can download a CSV file of your or your organization's Docker Hub usage. To
31-
download the file:
31+
1. Sign in to [Docker Hub](https://hub.docker.com).
32+
33+
If you want to download usage for all members of an organization, you must
34+
sign in to an account that is an owner for that organization. Otherwise,
35+
you can only view your own personal usage.
36+
37+
2. In Docker Hub, select **Usage** from the top-level navigation menu.
38+
3. In the drop-down, select whether you want to view your personal or organization data.
39+
4. The usage page displays **Pulls** and **Storage** usage.
40+
5. Select a usage type and use the available filters to view usage.
41+
42+
### Download Docker Hub usage
43+
44+
You can download a CSV file of your or your organization's Docker Hub usage. To download the file:
3245

3346
1. Sign in to [Docker Hub](https://hub.docker.com).
3447

3548
If you want to download usage for all members of an organization, you must
3649
sign in to an account that is an owner for that organization. Otherwise,
37-
you can only view your own usage.
50+
you can only view your own personal usage.
3851

39-
2. In Docker Hub, navigate to the [**Usage** page](https://hub.docker.com/usage).
40-
3. In the drop-down, select whether to download your personal data or
41-
data for an organization.
42-
4. In **From** and **To**, select a date range for the data.
43-
5. Select **Send report to email** to have Docker email you a link to the data
52+
2. In Docker Hub, select **Usage** from the top-level navigation menu.
53+
3. In the drop-down, select whether you want to view your personal or organization data.
54+
4. Optional. Use the **Filter by privacy** drop-down to select **Public** or **Private** pulls.
55+
5. Use the **From** and **To** filters to select a date range for the data.
56+
6. Select **Send report to email** to have Docker email you a link to the data
4457
file. Note that email processing time may vary.
4558

46-
The file contains the following comma separated values.
59+
The file contains the following comma separated values:
4760

4861
| CSV column | Definition | Usage guidance |
4962
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -125,9 +138,7 @@ If the user is part of multiple organizations under the company, the pull is att
125138

126139
## Rate limit
127140

128-
A user's rate limit is equal to the highest entitlement of their personal
129-
account or any organization they belong to. To take advantage of this, you must
130-
sign in to [Docker Hub](https://hub.docker.com/) as an authenticated user. For
141+
Rate limits apply to pull usage. A user's rate limit is equal to the highest entitlement of their personal account or any organization they belong to. To take advantage of this, you must sign in to [Docker Hub](https://hub.docker.com/) as an authenticated user. For
131142
more information, see [How do I authenticate pull
132143
requests](#how-do-i-authenticate-pull-requests). Unauthenticated (anonymous)
133144
users will have the limits enforced via IP.

0 commit comments

Comments
 (0)