mirror of
https://github.com/remote-android/redroid-doc
synced 2026-02-25 06:09:09 +08:00
refine doc; add more deploy instructions
This commit is contained in:
21
deploy/debian.md
Normal file
21
deploy/debian.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Deploy redroid on Debian
|
||||
```
|
||||
## Debian 11 (kernel 5.18)
|
||||
|
||||
### the included `binder_linux` NOT support `binderfs`
|
||||
### so use custom kernel here
|
||||
|
||||
### enable binderfs
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||
|
||||
|
||||
### running 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