更换docker源为阿里云

登录阿里云,找到容器镜像服务:https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

更换docker源为阿里云_第1张图片

最下面一栏是镜像加速器,复制地址并创建文件:

[root@localhost ~]# vim /etc/docker/daemon.json 

{
  "registry-mirrors": ["https://3zfwxe4j.mirror.aliyuncs.com"]
}

重启docker:
[root@localhost ~]# systemctl restart docker

你可能感兴趣的:(更换docker源为阿里云)