Accelerate mirror downloads. Unlocks download restrictions. Support for searching domestic mirrors - docker-mirrors.
🌎 Website
- 💥 Fast connect
- 🛑 Automatic cache
- ✨ accessible website
- 👯 Team update
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 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.
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 Us for better services!!