On-demand mirror for images from dockerhub.
Check if is there a mirror for the image you want to use.
Or just run the following command:
# put your image name and tag, for example alpine:3.21.0
curl -NL 1mgr.xyz/<image:tag>
# or
wget -qO- 1mgr.xyz/<image:tag>
Since dockerhub is getting slow and unreliable with their rate limits it's not a good idea to rely on it for production deployments. This project aims to provide an on-demand mirror for needed images.
All images are mirrored from dockerhub as is, we do not own any of them.