Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 3.3 KB

README.md

File metadata and controls

86 lines (56 loc) · 3.3 KB

Docker Mirror Logo

Percentage of issues still open Average time to resolve an issue PRs Welcome

Accelerate mirror downloads. Unlocks download restrictions. Support for searching domestic mirrors - docker-mirrors.

🌎 Website

Features

Usage

Docker File Mirror Setting

edit /etc/docker/daemon.json and add the registry-mirror key and value, to make the change persistent.

{
  "registry-mirrors": ["https://registry.dockermirror.com"]
}

For more details, see docker docs.

If you are the user of orbstack. You can also edit the config directly at ~/.orbstack/config/docker.json and restart the engine with orb restart docker.

{
  "hosts": ["https://registry.dockermirror.com"]
}

For more orb details, see orb docs.

Pass options

pass the --registry-mirror option when starting dockerd manually, to make the change persistent.

$ docker pull ubuntu --registry-mirror=https://registry.dockermirror.com

For more details, see docker pull docs.

Direct Use Registry

manually specify the path of a registry to pull from. A registry path is similar to a URL, but does not contain a protocol specifier (https://).

$ docker pull registry.dockermirror.com/ubuntu

For more details, see docker pull-from-a-different-registry docs.

Support

Support Us for better services!!