Docker官方提供的中国registry mirror

阿里云加速器

DaoCloud加速器

官方加速器

对于使用 systemd 的系统,请在 /etc/docker/daemon.json 中写入如下内容(如果文件不存在请新建该文件)

{ 
"registry-mirrors": [ "https://registry.docker-cn.com" ]
}

重启docker服务

systemctl daemon-reload
systemctl restart docker

 

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2021-08-31
  • 2021-07-16
猜你喜欢
  • 2021-08-06
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-01-10
  • 2022-12-23
相关资源
相似解决方案