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

daemon

daemon配置

配置文件

daemon.conf
// 
{
  "registry-mirrors": [
    "https://ee4jcrsx.mirror.aliyuncs.com",
    "https://docker.mirrors.ustc.edu.cn",
    "http://f1361db2.m.daocloud.io",
    "https://registry.docker-cn.com"
  ],
  "live-restore": true,
  "data-root": ["/home/docker/"]
}

Last updated