docker-android
Docker-Android is an Android Docker solution supporting noVNC, video recording, and MCP server.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 15.8k
- Source
- mcp-github
- Repository
- github.com/budtmo/docker-android
Overview
Docker-Android is a Docker image for Android-related tasks, suitable for app development and testing (native, web, and hybrid apps). It supports multiple device configurations and skins, enables viewing the container's internal state via noVNC, and provides log sharing. It also integrates with other cloud solutions such as Genymotion Cloud and supports controlling emulators via adb. The image also supports MCP server (beta version), enabling easy integration into AI systems.
Capabilities
- ▪Supports multiple device configurations and skins
- ▪Supports viewing container internals via noVNC
- ▪Supports log sharing functionality
- ▪Supports controlling emulators via adb
- ▪Integrated with Genymotion Cloud
- ▪Supports MCP server
Use cases
Setup
1. Install Docker. 2. Run the Docker-Android container: ``` docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0 \ ```
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to check the running status inside the container?
Use the command: `docker exec -it android-container cat device_status`.
How to persist data?
Mount a volume to `/home/androidusr`: `docker run -v data:/home/androidusr budtmo/docker-android:emulator_11.0`.
Related skills
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.