Delete docker.md

This commit is contained in:
mzz
2023-03-25 23:30:27 +08:00
committed by GitHub
parent 552b942f19
commit d118aa0944

View File

@ -1,10 +0,0 @@
# 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
```