add disclaimer for adb port expose
This commit is contained in:
@@ -58,6 +58,9 @@ docker run -itd --rm --privileged \
|
|||||||
### -v ~/data:/data -- mount data partition
|
### -v ~/data:/data -- mount data partition
|
||||||
### -p 5555:5555 -- expose adb port
|
### -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
|
## install adb https://developer.android.com/studio#downloads
|
||||||
adb connect localhost:5555
|
adb connect localhost:5555
|
||||||
|
|||||||
Reference in New Issue
Block a user