Skip to content

Haris131/ws-scrcpy-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Install Docker and Docker-Compose on OpenWrt

opkg update && opkg install docker luci-app-dockerman docker-compose dockerd
reboot

OpenWrt ARM64

docker run --name ws-scrcpy -d -p 8000:8000 haris132/ws-scrcpy
docker exec ws-scrcpy adb connect android.device.ip:5555

Pay attention to modify android.device.ip to the IP address of the Android device.

Docker image of ws scrcpy

Used to control Android devices in the browser.

use AMD64

docker run --name ws-scrcpy -d -p 8000:8000 scavin/ws-scrcpy
docker exec ws-scrcpy adb connect android.device.ip:5555

Pay attention to modify android.device.ip to the IP address of the Android device.

Turn on adb over Wi-Fi for Android devices

  1. Install the adb toolkit (SDK Platform Tools)
  2. Turn on developer mode
  3. Connect the Android device using USB and authorize
  4. Terminal input adb tcpip 5555

Just return restarting in TCP mode port: 5555. Switch back to USB mode: adb usb

reference link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%