Docker-Android
Android in docker solution with noVNC supported and video recording.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
docker-android:
container_name: android-container
image: budtmo/docker-android:emulator_11.0
ports:
- 6080:6080
environment:
- EMULATOR_DEVICE=Samsung Galaxy S10
- WEB_VNC=true
devices:
- /dev/kvm
restart: always Resources
GitHub: https://github.com/budtmo/docker-android
Docker Hub: https://hub.docker.com/r/budtmo/docker-android
Configuration: https://github.com/budtmo/docker-android#quick-start