mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #192] Emulator not displaying in noVNC view #135
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gepsl on GitHub (Aug 22, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/192
I want to build test automation infrastructure on Centos7 using docker. In order to do that I'm using docker-compose file. I want to run selenium hub, docker-chrome node and docker-android node. Hub and chrome node starting correctly, but emulator is not displaying after connect to server_ip:6080. I can see only appium server logs and emulator terminal. It's seems like emulator start opening but closing after 1/2 second (window with emulator displaying and closing after that). In docker container logs can see that something with atd is wrong.
docker-compose file:
docker container logs:
@mcopjan commented on GitHub (Aug 22, 2019):
The same for me on CentOs. I did not hook it up with a selenium grid, but tried to VNC into the container and emulator was never displayed. I tried with budtmo/docker-android-x86-8.0 , 8.1 and 9.0
@budtmo commented on GitHub (Aug 22, 2019):
duplicated #93