Skip to content

Commit ca05eca

Browse files
remove workaround
Signed-off-by: Craig <[email protected]>
1 parent 46e7bc5 commit ca05eca

File tree

1 file changed

+7
-17
lines changed
  • content/manuals/docker-hub/usage

1 file changed

+7
-17
lines changed

content/manuals/docker-hub/usage/pulls.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ for information on authentication.
121121

122122
If you're using any third-party platforms, follow your provider’s instructions on using registry authentication.
123123

124+
> [!NOTE]
125+
>
126+
> When pulling images via a third-party platform, the platform may use the same
127+
> IPv4 address or IPv6 /64 subnet to pull images for multiple users. Even if you
128+
> are authenticated, pulls attributed to a single IPv4 address or IPv6 /64 subnet
129+
> may cause [abuse rate limiting](./_index.md#abuse-rate-limit).
130+
124131
- [Artifactory](https://www.jfrog.com/confluence/display/JFROG/Advanced+Settings#AdvancedSettings-RemoteCredentials)
125132
- [AWS CodeBuild](https://aws.amazon.com/blogs/devops/how-to-use-docker-images-from-a-private-registry-in-aws-codebuild-for-your-build-environment/)
126133
- [AWS ECS/Fargate](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html)
@@ -133,23 +140,6 @@ If you're using any third-party platforms, follow your provider’s instructions
133140
- [LayerCI](https://layerci.com/docs/advanced-workflows#logging-in-to-docker)
134141
- [TeamCity](https://www.jetbrains.com/help/teamcity/integrating-teamcity-with-docker.html#Conforming+with+Docker+download+rate+limits)
135142

136-
## Rate limiting on third-party platforms
137-
138-
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-
153143
## View monthly pulls and included usage
154144

155145
You can view your monthly pulls on the [Usage page](https://hub.docker.com/usage/pulls) in Docker Hub.

0 commit comments

Comments
 (0)