We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3f8bf commit 8701ea7Copy full SHA for 8701ea7
deploy/pop_os.md
@@ -1,21 +1,17 @@
1
# Deploy redroid on Pop!_OS
2
3
```
4
-## install linux-xanmod (https://xanmod.org) to get binderfs support
5
-
6
7
-## enable cgroup v1
8
-sudo kernelstub -a "systemd.unified_cgroup_hierarchy=0"
9
-sudo update-initramfs -c -k all
10
-sudo reboot
+##############################
+## Pop!_OS 22.04
11
+## install linux-xanmod (https://xanmod.org) to get binderfs support
12
13
## run redroid
14
docker run -itd --rm --privileged \
15
--pull always \
16
-v ~/data11:/data \
17
-p 5555:5555 \
18
--name redroid11 \
19
- redroid/redroid:11.0.0-latest \
20
- androidboot.use_memfd=1
+ redroid/redroid:11.0.0-latest
21
0 commit comments