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
Idea
Arch Install
LC_ALL=C lscpu | grep Virtualization
lsmod | grep kvm
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
docker exec -it android-container cat device_status
Probelm to solve
nothing
Additional Note
this is just a way to install it on arch