Docker limits unauthenticated pulls to 10/hour/IP from Docker Hub, from March 1
Docker limits unauthenticated pulls to 10/hour/IP from Docker Hub, from March 1
Docker limits unauthenticated pulls to 10/hour/IP from Docker Hub, from March 1
For those already authenticated and wondering how many pulls they use, you can check your usage here:
Use podman and quay.io
This will probably hit downstream users who don't even know (or care) what service the application they use is hosted on.
So you can't deploy without auth?
You can, but only 10 images per hour. You'd be doing some wild shit to go over those 10 per hour.
I just run some self hosted servers. I most definitely run more than ten services, not few of the consisting of multiple containers. With this change I'd basically hit the limit every time I do maintenance and pull the latest versions of all the images I run.