mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #196] Build docker image locally #139
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#139
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 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:
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?
@Arne-B commented on GitHub (Aug 30, 2019):
using the release*.sh scripts works for me.
./release_real.sh build version
for example.
@gepsl commented on GitHub (Aug 30, 2019):
Using script didn't help.
@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.1as it is mentioned in the .md... After image fetching the container runs but no emulator inside@budtmo commented on GitHub (Sep 11, 2019):
duplicated #93