docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

Android in docker solution with noVNC supported and video recording

Results 200 docker-android issues
Sort by recently updated
recently updated
newest added

I trying to use this guide: ` adb connect 34.68.174.199:5555 adb -e install /SuperSU_v2.79.apk adb root adb remount adb -e push /SuperSU_v2.79_bin/x86/su.pie /system/bin/su adb -e shell su root cd /system/bin...

help wanted

hey guys, i have a little problem, how to enable gpu acceleration in docker-android? I have a rx580 graphic card and my host system is archlinux with open source radeon...

**Operating System** Ubuntu 18.04.1 LTS **Docker Image** butomo1989/docker-android-x86-8.1:1.6-p0 **Docker Version** Docker version 17.05.0-ce, build 89658be **Docker Command to start docker-android** > docker run --rm -p 4444:4444 selenium/hub:3.141.59 ... and then:...

bug
help wanted

Docker Image: _budtmo/docker-android-x86-8.0_ I'm doing research tasks and therefore I need to control different system properties. The best way of doing it seems to be by making changes to the...

I'm trying to change the init.rc file through the ramdisk.img. I found that the ramdisk.img is saved under /root/system-images/android-26/google_apis/x86/ramdisk.img I've unpacked the ramdisk.img via the following guide and than repacked...

help wanted

**Operating System** Ubuntu 18.04.2 LTS **Docker Image** `budtmo/docker-android-genymotion:1.7-p0`, `budtmo/docker-android-genymotion:1.7-p1`, and `budtmo/docker-android-genymotion:1.8-p0` **Docker Version** Client: Version: 17.05.0-ce API version: 1.29 Go version: go1.7.5 Git commit: 89658be Built: Thu May 4 22:10:54...

bug

Operating System: CentOS 7 Docker Image: **butomo1989/docker-android-x86-8.1** Docker Version: 18.06.1-ce Docker-compose version (Only if you use it): 1.21.2, build a133471 Docker Command to start docker-android: docker-compose ## Expected Behavior Android...

Operating System: Linux host The current `--privileged` flag is giving full access to the host. Could someone update the documentation with `--cap-add` flag for the actual host privileges needed to...

enhancement
help wanted

**Operating System** Ubuntu 18.04.1 LTS **Docker Image** butomo1989/docker-android-x86-8.1:1.6-p0 **Docker Version** Docker version 17.05.0-ce, build 89658be **Docker Command to start docker-android** > docker run --rm --privileged -p 6080:6080 -p 4723:4723 -e...

bug
help wanted

I need to mount sdcard and send some images for app and site tests. How can it be done? I shared volume to docker but can not use adb push...

help wanted