docker-android
docker-android copied to clipboard
Android in docker solution with noVNC supported and video recording
## 🐛 Bug Report Operating System: Ubuntu 20.10 Docker Image: budtmo/docker-android-x86-8.1 Docker Version: Docker version 20.10.6 Docker Command to start docker-android: docker run --privileged -d -p 6080:6080 -p 5554:5554 -p...
## 🐛 Bug Report Operating System: Red Hat Enterprise Linux Server release 7.6 Docker Image: budtmo/docker-android-x86-9.0 ; 10.0 ; 11.0 Docker Version: 18.09.4 Docker-compose version (Only if you use it):...
I have an issue with docker android with selenium grid and appium that I can't find the attached devices my yml file ``` `version: '3.7' services: selenium_hub: image: selenium/hub:3.141.59-20200515 ports:...
Hi team. Thanks for your effort on this project. Currently, it provides only limited device types (for example, samsung galaxy). How can I add new device types? Regards.
## 💬 Questions and Help So so interested about this!! I am a student from China, and I am so curious that how android 11 operating system runs porperly in...
## 🚀 Feature Request Idea: Docker Android for ARM64 host Problems that want to be solved: Run docker-android instances on 32 ARM core machine. Is this supported? Currently all images...
## 🐛 Bug Report Operating System: Ubuntu 18.04.4 LTS (GNU/Linux 5.3.0-46-generic x86_64) Docker Image: budtmo/docker-android-x86-9.0 Docker Version: 19.03.8, build afacb8b7f0 Docker-compose version (Only if you use it): N/A Docker Command...
## 💬 Questions and Help root@0ca6ef018891:~# adb devices List of devices attached after in noVNC inputing adb connet xxxx:5555,the remote server shows below List of devices attached 120.27.71.160:5555 offline but...
## No noVNC Thank you for a great repo. In my case I don't want any VNC programs (including noVNC), I just want to pure Android with terminal/shell to run...
## 💬 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...