docker pull storjlabs/storagenode:latest
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
Is it telling me that I have reached my limit or that the image has reached its limit?
Changes to Dockerâs policies: retention of inactive images and pull rates
Hello,
Docker offers numerous free services to our growing community of users and will continue doing so in the future. In order to sustainably scale this, we are making two policy updates in our terms of service. You are receiving this email so that you are aware of these updates, as they may impact you.
The first policy update is regarding retention of inactive images. Inactive images are defined as images that have not been pulled or pushed in 6 months. Starting November 1, 2020:
Free accounts may retain inactive images for up to 6 months
Pro and Team subscriptions may retain inactive images indefinitely
The second policy update is regarding limits on the number of image pulls. A pull is defined as up to two GET requests to the registry URL path â/v2/*/manifests/*â. Again, starting November 1, 2020:
Anonymous users will have an upper limit of 100 image pulls in a six hour period
Accounts authenticated with a DockerID will have an upper limit of 200 image pulls in a six hour period
Pro and Team subscriptions do not have limits
For details please see the FAQ and our recent blog posts regarding the new inactive image retention and pull rate limit policies.
If you have a free account you may upgrade to a Pro or Team subscription here.
The updated Docker Terms of Service are available here.
Thank you for using Docker.
Jean-Laurent de Morlhon
VP, Engineering
Docker
I was not sure how this affects us. This is why I didnât post it as soon as I got the email but looking at the error message above it seems to affect SNOs.
The storjlabs/watchtower uses a random interval between 12 and 72 hours, so if you use our image you will not be affected by limit of 100 requests per 6 hours for anonymous requests to docker hub.
I noticed in this post I noticed my 10 node on a pi4 setup is building up trash
that watchtower appeared to be restarting but I donât think to check why
Edit : I believe I ran it with run once set. That was causing the restart and the check once per minute. So restart always with run once makes it check constantly.
I couldnât actually find where I did that in bash history but it behaves the same when tested
If you use a containrrr/watchtower, you probably should increase a poll interval, because 11 containers (10 nodes and 1 watchtower container) will make 792 requests for 6 hours if the poll interval is 5 minutes.
I would like to suggest to use a storjlabs/watchtower:latest instead, then the poll interval will be between 12 and 72 hours and you unlikely hit their limit even for anonymous requests, unless you have more than 100 containers in total.