mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 08:12:12 +00: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 openverso/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
.