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 授權條款。
