[GH-ISSUE #36] most of the containers are unusable on Mac 10.12.5 #26

Closed
opened 2026-03-01 15:39:28 +03:00 by kerem · 3 comments
Owner

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

  • 5.1.1
  • 6.0
  • 7.0
  • 7.1

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.1

changed last value of OS to above list of failed OS.

Am I doing something wrong here ?

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 - 5.1.1 - 6.0 - 7.0 - 7.1 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.1` changed last value of OS to above list of failed OS. Am I doing something wrong here ?
kerem closed this issue 2026-03-01 15:39:28 +03:00
Author
Owner

@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.

<!-- gh-comment-id:323327808 --> @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.
Author
Owner

@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 ?

<!-- gh-comment-id:324009420 --> @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 ?
Author
Owner

@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.

<!-- gh-comment-id:324012945 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#26
No description provided.