sorccu / docker-adb

Dockerfile and instructions for ADB.
Other
200 stars 74 forks source link

Can i connect adb server inside container to adb in host without killing server #20

Open amrsa1 opened 4 years ago

amrsa1 commented 4 years ago

Im trying to run test against real device, appium is running inside container the device is connected to the device farm, which mean device is connected to the adb sever on the host machine, so to make it visible for adb inside the container i have kill-server from adb in the host machine.

So i was wondering if there way to connect adb in container to adb server in host, so i dont have to manually intervene and kill-server then again allow access for adb in container