Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!
Operating System: Mac Sierra 10.12.6
Docker Image: butomo1989/docker-android-arm-7.1.1
Docker Version: 1.19.0
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus s" -e APPIUM=True --name android-container butomo1989/docker-android-arm-7.1.1
Expected Behavior
When i run the docker and then I go the the 127.0.0.1:6080 in my local machine, I get black screen,
also when I run adb devices inside the docker container, I get nothing
OSXICGIT072:~ mk90106$ docker run -it butomo1989/docker-android-arm-7.1.1 bash
root@5c65fde9a15b:~# adb devices
List of devices attach

ed
root@5c65fde9a15b:~#
Actual Behavior
- Need to find the device in the docker image.
- Need to see the UI of the screen using the noVnc in my hosted localhost.
Any suggestions ?
Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!
Operating System: Mac Sierra 10.12.6
Docker Image: butomo1989/docker-android-arm-7.1.1
Docker Version: 1.19.0
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus s" -e APPIUM=True --name android-container butomo1989/docker-android-arm-7.1.1
Expected Behavior
When i run the docker and then I go the the 127.0.0.1:6080 in my local machine, I get black screen,
also when I run adb devices inside the docker container, I get nothing
Actual Behavior
Any suggestions ?