Home / Docker

Docker Mirror (Docker Hub registry, OCI, images) in Iran

Docker mirror (Docker Hub registry, OCI, images) — For Docker image pulls in Iran, Rasanegaar’s registry keeps Docker Hub images close to your servers and CI.

About Docker

Docker Hub feeds images for thousands of projects — CI teams pull base images daily. Hub rate limits and latency stall pipelines.

With a local hostname prefix, you pull the same images from inside Iran; every docker pull moves real traffic.

Docker mirror in Iran

Rasanegaar’s container registry at docker-registry.rasanegaar.com serves Hub images under the dockerhub/… path.

See also the landing page at /repos/docker/.

On Rasanegaar Mirror

StatusAvailable
Size
Last update
URLhttps://docker-registry.rasanegaar.com/

Manual steps

  1. Pull an image with the Rasanegaar registry prefix:

    docker pull docker-registry.rasanegaar.com/dockerhub/library/alpine

  2. For your own projects, rewrite image names with the same host:

    docker-registry.rasanegaar.com/dockerhub//:

Updating Docker in Iran

Docker image pulls in Iran via the local registry reuse layers faster — especially when Hub is slow or rate-limited.

Set the image name with the correct prefix once; the rest of your docker workflow stays the same.