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
-
153
143
## View monthly pulls and included usage
154
144
155
145
You can view your monthly pulls on the [Usage page](https://hub.docker.com/usage/pulls) in Docker Hub.
0 commit comments