It is really slow when you are pulling images from official docker repository, uh, at China.
I am not asking for a working solution at local because I already found https://github.com/docker/docker-registry. What I am asking is if there is an alternative repository available and faster in China/Asia, just like many of them as Debian repository sources?
Thank you.
There is an official mirror from docker in China.
https://docs.docker.com/registry/recipes/mirror/#use-case-the-china-registry-mirror
You can add "https://registry.docker-cn.com" to the registry-mirrors array in /etc/docker/daemon.json to pull from the China registry mirror by default.
{ "registry-mirrors": ["https://registry.docker-cn.com"] }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With