dae/docs/getting-started/docker.md

11 lines
226 B
Markdown
Raw Normal View History

2023-03-14 01:01:08 +07:00
# 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
2023-03-14 14:01:55 +07:00
git clone https://github.com/daeuniverse/dae
2023-03-14 01:01:08 +07:00
docker compose up -d --build
```