I have a docker container on azure cloud with appium, and My Device is not displayed.
Steps to reproduce:
1. Run docker with " docker run -d --privileged -v /dev/bus/usb:/dev/bus/usb -p 4723:4723 -it appium/appium-docker-android bash "
2. Then i input, " docker exec "docker container number" adb devices "
3. I then get List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
4. Then i input, " docker exec "docker container number" adb devices "
5. I get List of devices attached but its BLANK.
What do i need to do in order for my devices to be displayed when i run " docker exec "docker container number" adb devices "??? I've also tried adb connect 11.11.11.11:5555 and the request times out
Please Help @banthia