跳至正文

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 dae
shell
sudo docker compose up -d --build
shell
docker compose up -d --build

來源:dae 上游文件 · AGPL-3.0 授權條款