mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #236] Android Emulator not working when launching container #173
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#173
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 @Jkg1521 on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/236
💬 Questions and Help
I have gone through the sample tutorial of using the following command:
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.1However, when attempting to run it It will be unhealthy and then my virtual machine will freeze. Previously the first time we tried this install it will allow us to use noVNC but the emulator will not run. I have enabled nested virtualization and attempted to install KVM packages. This is for a project so any advice would be much apreciated!