From 5745ee3ea4a1d4dcd772d2f44bf65f7d626e0e77 Mon Sep 17 00:00:00 2001 From: Ziyang Zhou Date: Wed, 27 Dec 2023 18:57:41 +0800 Subject: [PATCH] add disclaimer for adb port expose --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92ab2a0..ed93684 100644 --- a/README.md +++ b/README.md @@ -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