> For the complete documentation index, see [llms.txt](https://gitbook.gpg123.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.gpg123.vip/jing-xiang-yuan/daemon.md).

# daemon

daemon配置

配置文件

{% code title="daemon.conf" lineNumbers="true" %}

```
// 
{
  "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/"]
}
```

{% endcode %}
