docker配置阿里云镜像加速
阿里云镜像加速器配置地址:
https://cr.console.aliyun.com/cn-shenzhen/instances/mirrors
配置步骤:
vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://5xok66d4.mirror.aliyuncs.com"]
}
重启:
systemctl daemon-reload && systemctl restart docker