Long time I did not post here I guess everything was running smoothly
but again I am getting
Code
I ran into this long time ago but I forgot How to fix it also my doker are on /srv/dev-disk-by-label-NVMe/docker and are running perfectly?
Long time I did not post here I guess everything was running smoothly
but again I am getting
I ran into this long time ago but I forgot How to fix it also my doker are on /srv/dev-disk-by-label-NVMe/docker and are running perfectly?
What is the output of: docker pull portainer/portainer-ce
What is the output of: docker pull portainer/portainer-ce
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
And there is your answer. Docker hub implemented daily download limits starting at the beginning of November - https://www.docker.com/increas…20home%20page&utm_budget=. You have hit your limit. You should be ok in 6 hours.
And there is your answer. Docker hub implemented daily download limits starting at the beginning of November - https://www.docker.com/increas…20home%20page&utm_budget=. You have hit your limit. You should be ok in 6 hours.
But i did try to installed it again only once this morning, the other time were last night more than 6 hours ago?
I cannot even get the token and I do not pull anything I do not understand
I was able to install cockpit but trough it I am getting plexinc/pms-docker: Error getting image: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
But I do not pull anything does not make sens!?
Is someone else pulling images on the same IP address that you are? If not, I have no idea but docker thinks you are. There isn't anything I can do to fix this unfortunately.
Maybe check in the forums of docker
https://forums.docker.com/c/docker-hub/10
e.g.
https://forums.docker.com/t/ke…-pull-rate-limit/100944/3
--> Watchtower could cause the issue
Display MoreMaybe check in the forums of docker
https://forums.docker.com/c/docker-hub/10
e.g.
https://forums.docker.com/t/ke…-pull-rate-limit/100944/3
--> Watchtower could cause the issue
Thank you I just stopped them on my two machines. Crossing finger will check again in 6 hours .
Any setting in watchtower to prevent pulling too many request?
I use containrrr/watchtower, there you can set the poll interval
https://containrrr.dev/watchtower/arguments/#poll_interval
Don't know about the others.
I use containrrr/watchtower, there you can set the poll interval
https://containrrr.dev/watchtower/arguments/#poll_interval
Don't know about the others.
Now it is working, definitely it was watchtower I am using the same containrrr/watchtower, in my 386 machine how do I configure the interval argument in portainer for watchtower?
In advanced container settings | Command & logging add a command override: '--interval' '3600'
Or define an environmental vaiable
WATCHTOWER_POLL_INTERVAL
and assign a value in seconds.
Maybe you'll find this useful:
Instead of using a poll interval, I prefer to schedule Watchtower to update containers when I want to do so during a quiet period.
Here's the docs:
https://containrrr.dev/watchtower/arguments/#scheduling
Watch out the cron scheduling is with 6 elements and not 5, they are using secons too.
I just stumbled across this thread and remembered a youtube video by DB Tech I watched recently where he explains just this.
His watchtower frequency is set to to once a week because of Docker Hub's restrictions.
I'm writing this from my work pc where youtube is blocked so unfortunately I can't provide a link; just look for his OMV+Pi series installing watchtower.
Don’t have an account yet? Register yourself now and be a part of our community!