[GH-ISSUE #196] Build docker image locally #139

Closed
opened 2026-03-01 15:40:51 +03:00 by kerem · 4 comments
Owner

Originally created by @gepsl on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/196

I want to build docker-android image locally. I clone the whole project and try build image by below command:

docker build -t "android-test:local" -f docker/Emulator_x86 .

The image is built, but there is no emulator. Inside container I can't find any available devices. It seems that app.py wasn't execute. There is also no logs in /var/log/supervisor/docker-android.stdout.log. Which way should I build my local image?

Originally created by @gepsl on GitHub (Aug 30, 2019). Original GitHub issue: https://github.com/budtmo/docker-android/issues/196 I want to build docker-android image locally. I clone the whole project and try build image by below command: > docker build -t "android-test:local" -f docker/Emulator_x86 . The image is built, but there is no emulator. Inside container I can't find any available devices. It seems that app.py wasn't execute. There is also no logs in /var/log/supervisor/docker-android.stdout.log. Which way should I build my local image?
kerem closed this issue 2026-03-01 15:40:51 +03:00
Author
Owner

@Arne-B commented on GitHub (Aug 30, 2019):

using the release*.sh scripts works for me.
./release_real.sh build version
for example.

<!-- gh-comment-id:526543120 --> @Arne-B commented on GitHub (Aug 30, 2019): using the release*.sh scripts works for me. ./release_real.sh build version for example.
Author
Owner

@gepsl commented on GitHub (Aug 30, 2019):

Using script didn't help.

<!-- gh-comment-id:526593719 --> @gepsl commented on GitHub (Aug 30, 2019): Using script didn't help.
Author
Owner

@luisiluck commented on GitHub (Sep 3, 2019):

same to me I just run docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1 as it is mentioned in the .md... After image fetching the container runs but no emulator inside

<!-- gh-comment-id:527443283 --> @luisiluck commented on GitHub (Sep 3, 2019): same to me I just run `docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1` as it is mentioned in the .md... After image fetching the container runs but no emulator inside
Author
Owner

@budtmo commented on GitHub (Sep 11, 2019):

duplicated #93

<!-- gh-comment-id:530316318 --> @budtmo commented on GitHub (Sep 11, 2019): duplicated #93
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#139
No description provided.