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
When pulling images via a third-party platform, the platform may use the same
139
+
IPv4 address or IPv6 /64 subnet to pull images for multiple users. Even if you
140
+
are authenticated, pulls attributed to a single IPv4 address or IPv6 /64 subnet
141
+
may cause [abuse rate limiting](./_index.md#abuse-rate-limit).
142
+
143
+
This issue is more common when using IPv6. To workaround the issue, you can
144
+
disable IPv6 in the Docker daemon. Use the following to disable IPv6 in Docker Engine or
145
+
Docker Desktop.
146
+
- Docker Engine: Add the `"ipv6": false` key and value in your
147
+
[`daemon.json`
148
+
file](/reference/cli/dockerd/#daemon-configuration-file). Restart Docker after
149
+
modifying the configuration.
150
+
- Docker Desktop: Add the `"ipv6": false` key and value in your [Docker Engine settings](/manuals/desktop/settings-and-maintenance/settings.md#docker-engine). Restart Docker after modifying the
151
+
configuration.
152
+
136
153
## View monthly pulls and included usage
137
154
138
155
You can view your monthly pulls on the [Usage page](https://hub.docker.com/usage/pulls) in Docker Hub.
@@ -153,7 +170,6 @@ separated file with the following detailed information.
153
170
|`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. |
154
171
|`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. |
155
172
156
-
157
173
## View hourly pull rate and limit
158
174
159
175
The pull rate limit is calculated on a per hour basis. There is no pull rate
@@ -215,4 +231,5 @@ To view your current pull rate and limit:
215
231
is unlimited in partnership with a publisher, provider, or an open source
216
232
organization. It could also mean that the user you are pulling as is part of a
217
233
paid Docker plan. Pulling that image won't count toward pull rate limits if you
0 commit comments