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

Canonical: https://mirror.rasanegaar.com/guides/en/docker.html
Language: en

Docker mirror and Docker Hub registry for docker pull, OCI and containers from Iran — docker-registry.rasanegaar.com/dockerhub/

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 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.

## 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/`.

Browse URL: https://docker-registry.rasanegaar.com/

## Configuration

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/<namespace>/<image>:<tag>
   ```

## Updates

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.

## Related

Registry landing: https://mirror.rasanegaar.com/repos/docker/en/
Guide HTML: https://mirror.rasanegaar.com/guides/en/docker.html
