Files
2024-01-29 11:53:22 +01:00
..
2022-03-11 17:06:16 +01:00
2022-03-11 17:06:16 +01:00
2022-03-14 13:13:53 +01:00
2024-01-29 11:53:22 +01:00
2022-03-11 17:06:16 +01:00

VNC Access to Android Remote Devices

This docker image give you access to an USB Android Device through VNC.

Usage

This docker image needs access to /dev/bus and privileged.

You need to enable usb debugging in your phone, and accept the host connection.

Connect your android phone to the host USB and run:

docker run -ti --privileged -v /dev/bus:/dev/bus -p 5900:5900 gradiant/scrcpy

Connect with a VNC client to localhost:5900 to remotely control the device. Default is no password, can be configured with -e VNC_PASSWORD flag in docker run.