fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.02k stars 33 forks source link

Docker hub - you have reached you pull rate limit #248

Closed mattdale77 closed 1 year ago

mattdale77 commented 1 year ago

I get loads of the following error when on start up WARN whats-up-docker/watcher.docker.local: Error when processing (429 - {"errors":[{"code":"TOOMANYREQUESTS","message":"You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit"}]}) (container=local_organizr)

I believe that I need to sign in to Docker Hub to alleviate this. On the command line I use the docker login command. I can't see anything of this nature in the documentation. Is there a way to log in or bypass this error?

bigdale123 commented 1 year ago

The Authentication Instructions for docker hub are here in the documentation.

You need to populate WUD_REGISTRY_HUB_LOGIN with your docker hub username, and WUD_REGISTRY_HUB_PASSWORD with your Access token. Instructions for getting an access token are on the docs page.

mattdale77 commented 1 year ago

Excellent, thank you. I should have looked a little harder. It has resolved this issue