dae/docs/getting-started/docker.md
2023-03-14 15:01:55 +08:00

11 lines
226 B
Markdown

# Docker
Pre-built image and related docs can be found at https://hub.docker.com/r/daeuniverse/dae.
Also, you can use `docker compose`:
```shell
git clone https://github.com/daeuniverse/dae
docker compose up -d --build
```