Docker Ali cloud acceleration

Login Ali says:

https://homenew.console.aliyun.com/

Search for "Mirror container accelerate service"

Mirror accelerator, warehouse Address Address:

Everyone is not the same, to see how much of your own, copy it;

 

 

https://iuoqhx7o.mirror.aliyuncs.com

 

You can modify the daemon configuration file /etc/docker/daemon.json to use accelerator

udo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://iuoqhx7o.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

 

Guess you like

Origin www.cnblogs.com/pthaochiya/p/11617808.html