-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I encountered a situation where needed to forward ports from Android to Host.
To solve this, you need to enter the container (Linux) and run the following commands:
adb forward tcp:3128 tcp:3128socat tcp-listen:3128,bind=YOUR_CONTAINER_LINUX_IP,fork tcp:127.0.0.1:3128
In this example, we successfully forwarded port 3128 (TCP) on dockerify-android:27-08-25
@Shmayro Please add environment variables (-e or --env) for simple port forwarding. This will be much simpler and easier for users.
Shmayro
Metadata
Metadata
Assignees
Labels
No labels