Too Many Requests

Is there anyway to stop Too Many Requests errors? ←[31mError←[0m error pulling image configuration: toomanyrequests: Too Many Requests. Please see https://docs.docker.com/docker-hub/download-rate-limit/

This happens when we build Docker on our servers, we’re working on it but it’ll be a few days before we can get around those rate limits! If you install Docker locally you won’t hit this issue (and builds will probably be faster).

@heppcat this should be fixed now. Let us know if you’re still having issues.

Yup a few hours after I posted it got fixed thanks. But builds are significantly slower F

1 Like

If builds are slower, it’s likely just because Docker layers aren’t cached. Local Docker builds will be way faster, remote builds tend to flush cached layers a lot.