mirror of
https://github.com/remote-android/redroid-doc
synced 2026-02-25 06:09:09 +08:00
add Pop!_OS
This commit is contained in:
21
deploy/pop_os.md
Normal file
21
deploy/pop_os.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Deploy redroid on Pop!_OS
|
||||
|
||||
```
|
||||
## 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
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user