Create docker.md

This commit is contained in:
mzz 2023-03-14 02:01:08 +08:00 committed by GitHub
parent 7991472c39
commit 10345d4f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
# 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/v2rayA/dae
docker compose up -d --build
```