binhex-official-docker-registry-proxy
A caching proxy for Docker that allows centralized management of multiple registries and their authentication while caching images from any registry to save bandwidth and avoid rate limits.
About
Docker Registry Proxy is a lightweight caching proxy designed to sit between Docker clients and upstream registries like DockerHub. It helps teams reduce bandwidth consumption by caching image layers locally, speeds up repeated pulls, and avoids rate-limiting through optional man…