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

### Operating System Windows 11/WSL2 (Ubuntu 22) ### Docker Image budtmo/docker-android:emulator_13.0 ### Expected behaviour Once I've start Appium server in the android docker image I expect to be able to...

bug

### Operating System centos 7 ### Docker Image budtmo/docker-android:emulator_13.0 budtmo/docker-android๏ผšemulator_13.0 ### Expected behaviour display android U ### Actual behaviour port 6080 page has no android UI, just a backgroud ![image](https://github.com/user-attachments/assets/4ac5cc36-fa32-43a1-97e2-a365e078e079)...

bug

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.3. Changelog Sourced from coverage's changelog. Version 7.6.3 โ€” 2024-10-13 Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the...

dependencies
python

### Operating System Ubuntu24 ### Docker Image budtmo/docker-android emulator_11.0 ### Expected behaviour Appium server Not working const dockerRunCmd = `docker run -d \ -p 6080:6080 \ -p 4723:4723 \ -p...

bug

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.9.1. Changelog Sourced from coverage's changelog. Version 7.9.1 โ€” 2025-06-13 The "no-ctracer" warning is not issued for Python pre-release versions. Coverage doesn't ship compiled wheels...

dependencies
python

### Idea I would like to suggest adding Docker-Android (https://github.com/budtmo/docker-android) to Unraid Community Applications. ### Probelm to solve I want to install this on Unraid. ### Additional Note _No response_

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

### Idea I know, this fit neither "feature request" nor "bug", but no other template matches. Sorry about that. We would like to run multiple test suites after another that...

# Idea: Dynamic Android Version Switching in Docker Android ## What Allow users to switch between different Android versions within the same Docker Android container while keeping their data. ##...