You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/docker-hub/download-rate-limit.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ The file contains the following comma separated values:
64
64
|`access_token_name`| Name of the access token that was used for authentication with Docker CLI. `generated` tokens are automatically generated by the Docker client when a user signs in. | Personal access tokens are usually used to authenticate automated tools (Docker Desktop, CI/CD tools, etc.). This is useful for identifying which automated system issued the pull. |
65
65
|`ips`| The IP address that was used to pull the image. This field is aggregated, so more than one IP address may appear, representing all the IPs used to pull an image within the same date and hour. | This helps you understand the origin of the data transfer, which is useful for diagnosing and identifying patterns in automated or manual pulls. |
66
66
|`repository_privacy`| The privacy state of the image repository that was pulled. This can either be `public` or `private`. | This distinguishes between public and private repositories to identify which data transfer threshold the pull impacts. |
67
-
|`tag`| The tag for the image. The tag is only available if the pull request included a tag. | This helps in identifying the image. Tags are often used to identify specific versions or variants of an image. |
67
+
|`tag`| The tag for the image. The tag is only available if the pull included a tag. | This helps in identifying the image. Tags are often used to identify specific versions or variants of an image. |
68
68
|`digest`| The unique image digest for the image. | This helps in identifying the image. |
69
-
|`version_checks`| The number of version checks accumulated for the date and hour of each image repository. Depending on the client, a pull request can do a version check to verify the existence of an image or tag without downloading it. | This helps identify the frequency of version checks, which you can use to analyze usage trends and potential unexpected behaviors. |
69
+
|`version_checks`| The number of version checks accumulated for the date and hour of each image repository. Depending on the client, a pull can do a version check to verify the existence of an image or tag without downloading it. | This helps identify the frequency of version checks, which you can use to analyze usage trends and potential unexpected behaviors. |
70
70
|`pulls`| The number of pulls accumulated for the date and hour of each image repository. | This helps identify the frequency of repository pulls, which you can use to analyze usage trends and potential unexpected behaviors. |
71
71
72
72
### Optimize and manage Docker Hub usage
@@ -134,17 +134,18 @@ charged at an on-demand rate. You can [scale your
134
134
limit](../subscription/scale.md) or [upgrade](../subscription/change.md) to get
135
135
a higher limit.
136
136
137
-
## Pull request limit and rate limit
137
+
## Pull limit and rate limit
138
138
139
-
A pull request is defined as the following:
139
+
A pull is defined as the following:
140
140
141
-
- A Docker pull request includes both a version check and any download that
141
+
- A Docker pull includes both a version check and any download that
142
142
occurs as a result of the pull. Depending on the client, a `docker pull` can
143
143
verify the existence of an image or tag without downloading it by performing
144
144
a version check.
145
-
- A pull request for a normal image makes one pull for a [single
145
+
- Version checks do not count towards usage pricing.
146
+
- A pull for a normal image makes one pull for a [single
0 commit comments