update doc
This commit is contained in:
@@ -4,8 +4,8 @@ English | [简体中文](zh/)
|
|||||||
**ReDroid** (Remote Android) is a GPU accelerated AIC (Android In Container) solution. You can boot many
|
**ReDroid** (Remote Android) is a GPU accelerated AIC (Android In Container) solution. You can boot many
|
||||||
instances in Linux host or any Linux container envrionments (`Docker`, `K8S`, `LXC` etc.).
|
instances in Linux host or any Linux container envrionments (`Docker`, `K8S`, `LXC` etc.).
|
||||||
*ReDroid* supports both arm64 and amd64 architectures. You can connect to *ReDroid* througth
|
*ReDroid* supports both arm64 and amd64 architectures. You can connect to *ReDroid* througth
|
||||||
`VNC` or `scrcpy` / `sndcpy` or `WebRTC` (Panned) or `adb shell`. *ReDroid* is suitable for Cloud Gaming,
|
`scrcpy` or `adb shell`. *ReDroid* is suitable for Cloud Gaming, VDI / VMI (Virtual Mobile Infurstrure),
|
||||||
VDI / VMI (Virtual Mobile Infurstrure), Automation Test and more.
|
Automation Test and more.
|
||||||
|
|
||||||
Currently supported:
|
Currently supported:
|
||||||
- Android S Preview (build by yourself)
|
- Android S Preview (build by yourself)
|
||||||
@@ -41,11 +41,11 @@ scrcpy --serial <IP>:5555
|
|||||||
## -v ~/data:/data -- mount data partition
|
## -v ~/data:/data -- mount data partition
|
||||||
## -p 5555:5555 -- 5555 for adb connect, you can run `adb connect <IP>`
|
## -p 5555:5555 -- 5555 for adb connect, you can run `adb connect <IP>`
|
||||||
|
|
||||||
# start with built-in VNC support (debug only)
|
# start with VNC support (rebuild with `vncserver` module)
|
||||||
docker run -itd --rm --memory-swappiness=0 --privileged \
|
docker run -itd --rm --memory-swappiness=0 --privileged \
|
||||||
-v ~/data:/data \
|
-v ~/data:/data \
|
||||||
-p 5900:5900 -p 5555:5555 \
|
-p 5900:5900 -p 5555:5555 \
|
||||||
redroid/redroid:10.0.0-latest redroid.vncserver=1
|
<image> redroid.vncserver=1
|
||||||
|
|
||||||
## explains:
|
## explains:
|
||||||
## -p 5900:5900 -- 5900 for VNC connect, you can connect via VncViewer with <IP>:5900
|
## -p 5900:5900 -- 5900 for VNC connect, you can connect via VncViewer with <IP>:5900
|
||||||
|
|||||||
Reference in New Issue
Block a user