Konubinix' opinionated web of thoughts

Budtmo/Docker-Android

Fleeting

docker Android

docker image built to be used for everything related to Android. It can be used for Application development and testing (native, web and hybrid-app).

https://github.com/budtmo/docker-android

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

https://github.com/budtmo/docker-android

Open http://localhost:6080 to see inside running container

https://github.com/budtmo/docker-android

docker exec -it android-container cat device_status

https://github.com/budtmo/docker-android

Type Device Name
Phone Samsung Galaxy S10
Phone Samsung Galaxy S9
Phone Samsung Galaxy S8
Phone Samsung Galaxy S7 Edge
Phone Samsung Galaxy S7
Phone Samsung Galaxy S6
Phone Nexus 4
Phone Nexus 5
Phone Nexus One
Phone Nexus S
Tablet Nexus 7

https://github.com/budtmo/docker-android