add disclaimer for adb port expose

This commit is contained in:
Ziyang Zhou
2023-12-27 18:57:41 +08:00
parent 14af6e9f13
commit 5745ee3ea4

View File

@@ -58,6 +58,9 @@ docker run -itd --rm --privileged \
### -v ~/data:/data -- mount data partition
### -p 5555:5555 -- expose adb port
### DISCLAIMER
### Should NOT expose adb port on public network
### otherwise, redroid container (even host OS) may get compromised
## install adb https://developer.android.com/studio#downloads
adb connect localhost:5555