[Series] docker Docker Ali cloud images using accelerated

1, Ali cloud into the mirror speed up page;

https://cr.console.aliyun.com/#/accelerator

2, /etc/docker/daemon.json modify the configuration file, not the new;

1

2

3

{

  "registry-mirrors": ["https://72idtxd8.mirror.aliyuncs.com"]

}

3, restart daemon;

1

systemctl daemon-reload

4, restart the docker services;

1

systemctl  restart docker

Published 111 original articles · won praise 28 · views 40000 +

Guess you like

Origin blog.csdn.net/weixin_42697074/article/details/103782406