docker-android
docker-android copied to clipboard
Android in docker solution with noVNC supported and video recording
It's working well in my laptop, great job! I have also trying to use on AWS i3.metal instance without success, the emulator is not loaded. ``` $ sudo docker run...
I'm simply trying to start emulator using the following image: budtmo/docker-android-x86-8.0 (Samsung Galaxy S9) using Kubernetes. Its take around 4-5 mins to emulator to start (hang on Google icon), And...
## 🐛 Bug Report Operating System: **Ubuntu 20.04** Docker Image: - budtmo/docker-android-x86-5.1.1 Docker Version: **19.03.12** Docker-compose version (Only if you use it): **1.25.5** Docker Command to start docker-android: `docker-compose up...
Operating System: Kubernetes on to of Amazon Linux 2 Docker Image: butomo1989/docker-android-x86-7.1.1 Docker Version: 17.06 Docker-compose version (Only if you use it): we are not using K8S Yaml to start...
Hi, since yesterday I am trying to launch a simple demo Appium test for an Android App but I am having the following error in the Appium Server: x86 emulation...
## 🚀 Feature Request Idea: Use the Semantic versioning schema, so it makes easy for tools to scan the version and make decisions about them. Tools and software services depent...
## 🐛 Bug Report Emulator not launched, whenever tired to launch emulator using following command `emulator @samsung_galaxy_s6_8.0 ` , it shows error `emulator: ERROR: Not enough disk space to run...
statvfs('/root/android_emulator/snapshots/default_boot/ram.img') failed: No such file or directory
## 💬 Questions and Help **Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit [our group chat](https://gitter.im/budtmo/docker-android)....
## 🚀 Feature Request Idea: This tool can be used to decrease image sizes: - https://github.com/docker-slim/docker-slim Problems that want to be solved: Currently, image sizes are rather large.
hey! I use this options: docker run --privileged -p 6080:6080 -p 4723:4723 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus 5" -e AUTO_RECORD=false -e APPIUM=true -e CONNECT_TO_GRID=false -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e...