refine deploy instructions for Pop!_OS 22.04

This commit is contained in:
Ziyang Zhou
2023-11-15 22:31:13 +08:00
parent 4f3f8bf46b
commit 8701ea7ec3

View File

@@ -1,21 +1,17 @@
# Deploy redroid on Pop!_OS # Deploy redroid on Pop!_OS
``` ```
##############################
## Pop!_OS 22.04
##############################
## install linux-xanmod (https://xanmod.org) to get binderfs support ## install linux-xanmod (https://xanmod.org) to get binderfs support
## enable cgroup v1
sudo kernelstub -a "systemd.unified_cgroup_hierarchy=0"
sudo update-initramfs -c -k all
sudo reboot
## run redroid ## run redroid
docker run -itd --rm --privileged \ docker run -itd --rm --privileged \
--pull always \ --pull always \
-v ~/data11:/data \ -v ~/data11:/data \
-p 5555:5555 \ -p 5555:5555 \
--name redroid11 \ --name redroid11 \
redroid/redroid:11.0.0-latest \ redroid/redroid:11.0.0-latest
androidboot.use_memfd=1
``` ```