Skip to content

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

License

LGPL-2.1, MIT licenses found

Licenses found

LGPL-2.1
LICENSE-LGPL-2.1
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

docker-mirrors/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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