mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #36] most of the containers are unusable on Mac 10.12.5 #26
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#26
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 @vikramvi on GitHub (Aug 14, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/36
Mac 10.12.5 + docker Version: 17.06.0-ce
Below containers are unusable as status is always unhealthy and vnc shows emulator in starting phase always even after 5 minues
Used below command as per README
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container_6 butomo1989/docker-android-arm-7.1.1changed last value of OS to above list of failed OS.
Am I doing something wrong here ?
@budtmo commented on GitHub (Aug 18, 2017):
Hi @vikramvi ,
It is because you are using arm images. you need to use ubuntu OS with x86 image to get best performance. arm image take normally around 10 min (it might take longer -> it depends on your RAM and other reasons). I will close this issue because it is not a bug. in the future I might only support x86 image and you can use VMWare player to simulate ubuntu OS.
@vikramvi commented on GitHub (Aug 22, 2017):
@butomo1989 can you please add this important point in README as first time users may wonder what's going wrong.
Can you explain in detail how do you use Ubuntu OS with Mac ?
@budtmo commented on GitHub (Aug 22, 2017):
Hi @vikramvi ,
I just created issue #37. I will try to do it if I have time but it might take a while. :( I really hope somebody can jump to work on that issue.