refine doc; add more deploy instructions

This commit is contained in:
Ziyang Zhou
2022-07-03 12:22:51 +08:00
parent cad1fd7311
commit 361b55ab78
21 changed files with 572 additions and 49 deletions

15
deploy/arch-linux.md Normal file
View File

@@ -0,0 +1,15 @@
# Deploy on Arch Linux
```
## install zen kernel
pacman -S linux-zen
## run with memfd enabled
docker run -itd --rm --privileged \
--pull always \
-v ~/data11:/data \
-p 5555:5555 \
--name redroid11 \
redroid/redroid:11.0.0-latest \
androidboot.use_memfd=1
```