docker修改为国内仓库

创建daemon.json 并键入以下内容

vim /etc/docker/daemon.json
{
  "registry-mirrors": ["https://3laho3y3.mirror.aliyuncs.com"]
}

重启docker

systemctl daemon-reload

systemctl restart docker

下面是常用的国内加速站点

https://registry.docker-cn.com

http://hub-mirror.c.163.com

https://3laho3y3.mirror.aliyuncs.com

http://f1361db2.m.daocloud.io

https://mirror.ccs.tencentyun.com

你可能感兴趣的:(docker,linux,ubuntu)