配置加速Docker镜像源
vi /etc/docker/daemon.json
在配置文件中加入
{"registry-mirrors": ["https://xxx.mirror.aliyuncs.com"]
}
[root@km docker]# systemctl daemon-reload
[root@km docker]# systemctl restart docker
https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors