Docker limits unauthenticated pulls to 10/hour/IP from Docker Hub, from March 1 (docs.docker.com)
from nahostdeutschland@feddit.org to technology@lemmy.world on 21 Feb 11:11
https://feddit.org/post/8264183

#technology

threaded - newest

eager_eagle@lemmy.world on 21 Feb 13:04 next collapse

For those already authenticated and wondering how many pulls they use, you can check your usage here:

hub.docker.com/usage/pulls

joyjoy@lemm.ee on 21 Feb 14:40 next collapse

Start uploading to either ghcr.io (github) or quay.io (redhat)

thann@lemmy.dbzer0.com on 21 Feb 15:23 next collapse

So you can’t deploy without auth?

emiellr@lemm.ee on 21 Feb 18:10 collapse

You can, but only 10 images per hour. You’d be doing some wild shit to go over those 10 per hour.

nekusoul@lemmy.nekusoul.de on 21 Feb 18:32 next collapse

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.

superglue@lemmy.dbzer0.com on 21 Feb 22:44 collapse

I mean imagine migrating to a new server. One of my server has like 30 containers. Now my outage is 3 hours instead of 45 mins.

I’m not complaining, however. It is a free service they are providing.

emiellr@lemm.ee on 22 Feb 10:56 collapse

Yeah looking back, this isn’t my best take probably. As you say though, it is a free service.

demizerone@lemmy.world on 21 Feb 15:46 next collapse

Use podman and quay.io

bjoern_tantau@swg-empire.de on 21 Feb 17:11 collapse

This will probably hit downstream users who don’t even know (or care) what service the application they use is hosted on.