Sign inSign up

openverso/scrcpy

By openverso

Updated over 4 years ago

Image
2

685

openverso/scrcpy repository overview

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.

Tag summary

Content type

Image

Digest

Size

165.7 MB

Last updated

about 5 years ago

docker pull openverso/scrcpy