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
| Unauthenticated Users |100 per IPv4 address or IPv6 /64 subnet |
28
26
29
27
## Pull definition
30
28
@@ -151,9 +149,9 @@ separated file with the following detailed information.
151
149
|`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. |
152
150
|`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. |
153
151
154
-
## View hourly pull rate and limit
152
+
## View pull rate and limit
155
153
156
-
The pull rate limit is calculated on a per hour basis. There is no pull rate
154
+
The pull rate limit is calculated on a 6-hour basis. There is no pull rate
157
155
limit for users or automated systems with a paid subscription. Unauthenticated
158
156
and Docker Personal users using Docker Hub will experience rate limits on image
159
157
pulls.
@@ -200,13 +198,13 @@ To view your current pull rate and limit:
200
198
3. Examine the headers. You should see the following headers.
201
199
202
200
```text
203
-
ratelimit-limit: 100;w=3600
204
-
ratelimit-remaining: 20;w=3600
201
+
ratelimit-limit: 100;w=21600
202
+
ratelimit-remaining: 20;w=21600
205
203
docker-ratelimit-source: 192.0.2.1
206
204
```
207
205
208
-
In the previous example, the pull limit is 100 pulls per 3600 seconds (1
209
-
hour), and there are 20 pulls remaining.
206
+
In the previous example, the pull limit is 100 pulls per 21600 seconds (6
207
+
hours), and there are 20 pulls remaining.
210
208
211
209
If you don't see any `ratelimit` header, it could be because the image or your IP
212
210
is unlimited in partnership with a publisher, provider, or an open source
0 commit comments