Docker
预构建镜像及相关文档位于 https://hub.docker.com/r/daeuniverse/dae。
或者,可以使用 docker compose:
启动容器前,在主机上完成 /etc/dae/config.dae 配置。Compose 文件会将 /etc/dae 挂载到容器内。参见最小配置。
shell
git clone --depth=1 https://github.com/daeuniverse/dae
cd daeshell
sudo docker compose up -d --buildshell
docker compose up -d --build来源:dae 上游文档 · AGPL-3.0 许可证。
