For the complete documentation index, see llms.txt. This page is also available as Markdown.

docker镜像加速

更换docker加速地址

vim /etc/docker/daemon.json
{
   "registry-mirrors": [
   "https://xxx.xxx.com"
  ]
}

腾讯云

https://mirror.ccs.tencentyun.com

阿里云

https://ee4jcrsx.mirror.aliyuncs.com

清华源

https://docker.mirrors.ustc.edu.cn

道客云

https://docker.mirrors.ustc.edu.cn

Last updated