I founded a way to install this on arch
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 62/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- arch-linux, docker
- Domain
- devops, operating-systems
Research direction
Start by reviewing the project's existing installation documentation and verify the listed Arch Linux, KVM, and Docker commands, including the emulator status check. Done means the Arch-specific installation path is added clearly enough for users to follow and reach the running emulator at http://localhost:6080.
Written by the indexing model from the issue text.
Description
Idea
Arch Install
- If you use Arch Linux on your host machine, you can run this natively. Unlike OSX or Windows, you do not need a Virtual Machine because Arch supports KVM and Docker directly.
- Your machine should support virtualization. To check if virtualization is enabled and the modules are loaded, run:
LC_ALL=C lscpu | grep Virtualization
lsmod | grep kvm
- Run Docker-Android container
docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0
- Open http://localhost:6080 to see inside running container.
- To check the status of the emulator
docker exec -it android-container cat device_status
Probelm to solve
nothing
Additional Note
this is just a way to install it on arch
- Dominant language
- Python
- Stars
- 15.9k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from budtmo/docker-android
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
budtmo/docker-android#614 ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
budtmo/docker-android#607 ·
-
[🐛 Bug ]: Rooted? Openbug
Difficulty 3/5 1-2 days Newbie friendliness 25/100
budtmo/docker-android#592 ·
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 45/100
budtmo/docker-android#580 ·
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 55/100
budtmo/docker-android#573 · 1 comment ·
All issues in budtmo/docker-android
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100