Home / Docker

Docker Cache / Mirror in Iran

Docker Hub feeds images for thousands of projects. Planned local cache path: /docker.

About Docker

CI teams pull base images daily; Hub rate limits and latency stall pipelines.

A pull-through cache fetches each image once from upstream and serves internal clients.

Docker mirror in Iran

A local registry on Rasanegaar’s software repository plays that role inside Iran.

Not live yet; the registry URL and a sample setup will appear here after launch.

On Rasanegaar Mirror

StatusComing soon
Size
Last update
URLhttps://mirror.rasanegaar.com/docker/

This repository will be hosted on Rasanegaar Mirror soon. The target URL is reserved.

Browse repository (not live yet)

How to use the Docker mirror in Iran

This section will be completed once the mirror is live.

Manual steps

  1. Add the Rasanegaar Mirror registry as a Docker mirror.
  2. Restart the daemon and try a test pull.

Updating Docker in Iran

When Hub is slow or limited from Iran, pulls from the local cache reuse layers faster.

New images still fill from upstream once; later hits come from cache.

Related links