docker拉取镜像慢的问题

使用阿里云的镜像加速器; 地址: https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors   docker拉取镜像慢的问题docker拉取镜像慢的问题   在/etc/docker目录下找到在daemon.json文件(没有就新建),将下面内容写入:
{
    "registry-mirrors": ["https://xxxxxx.mirror.aliyuncs.com"]
}
  重启daemon
systemctl daemon-reload
  重启docker服务
systemctl restart docker
         
上一篇:Java 单例模式:懒加载(延迟加载)和即时加载


下一篇:docker 下载镜像缓慢问题