[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9868":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":46,"readmeContent":47,"aiSummary":48,"trendingCount":16,"starSnapshotCount":16,"syncStatus":49,"lastSyncTime":50,"discoverSource":51},9868,"docker-android","budtmo\u002Fdocker-android","budtmo","Android in docker solution with noVNC supported and video recording","",null,"Python",15245,1716,183,158,0,7,42,177,34,44.7,"Other",false,"master",true,[27,28,29,30,31,32,33,5,34,35,36,37,38,39,40,41,42,43,44,45],"alibabacloud","android","android-emulator","aws","azure","cloud","docker","emulator","gcp","genymotion","jenkins","kubernetes","mobile-app","mobile-web","novnc","saltstack","selenium","selenium-grid","terraform","2026-06-12 02:02:13","\n\u003Cp align=\"center\">\n  \u003Cimg id=\"header\" src=\".\u002Fimages\u002Flogo_docker-android.png\" \u002F>\n\u003C\u002Fp>\n\n[![Paypal Donate](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fpaypal-donate-blue.svg)](http:\u002F\u002Fpaypal.me\u002Fbudtmo) [![PRs Welcome](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPRs-welcome-brightgreen.svg?style=flat-square)](http:\u002F\u002Fmakeapullrequest.com) [![codecov](https:\u002F\u002Fcodecov.io\u002Fgh\u002Fbudtmo\u002Fdocker-android\u002Fbranch\u002Fmaster\u002Fgraph\u002Fbadge.svg)](https:\u002F\u002Fcodecov.io\u002Fgh\u002Fbudtmo\u002Fdocker-android) [![Join the chat at https:\u002F\u002Fgitter.im\u002Fbudtmo\u002Fdocker-android](https:\u002F\u002Fbadges.gitter.im\u002Fbudtmo\u002Fdocker-android.svg)](https:\u002F\u002Fgitter.im\u002Fbudtmo\u002Fdocker-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fbudtmo\u002Fdocker-android.svg)](https:\u002F\u002Fgithub.com\u002Fbudtmo\u002Fdocker-android\u002Freleases)\n\nDocker-Android is a docker image built to be used for everything related to Android. It can be used for Application development and testing (native, web and hybrid-app).\n\nAdvantages of using this project\n--------------------------------\n1. Emulator with different device profile and skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more.\n2. Support vnc to be able to see what happen inside docker container\n3. Support log sharing feature where all logs can be accessed from web-UI\n4. Ability to control emulator from outside container by using adb connect\n5. Integrated with other cloud solutions, e.g. [Genymotion Cloud](https:\u002F\u002Fwww.genymotion.com\u002Fcloud\u002F)\n6. It can be used to build Android project\n7. It can be used to run unit and UI-Test with different test-frameworks, e.g. Appium, Espresso, etc.\n\nList of Docker-Images\n---------------------\n|Android   |API   |Image with latest release version   |Image with specific release version|\n|:---|:---|:---|:---|\n|9.0|28|budtmo\u002Fdocker-android:emulator_9.0|budtmo\u002Fdocker-android:emulator_9.0_\u003Crelease_version>|\n|10.0|29|budtmo\u002Fdocker-android:emulator_10.0|budtmo\u002Fdocker-android:emulator_10.0_\u003Crelease_version>|\n|11.0|30|budtmo\u002Fdocker-android:emulator_11.0|budtmo\u002Fdocker-android:emulator_11.0_\u003Crelease_version>|\n|12.0|32|budtmo\u002Fdocker-android:emulator_12.0|budtmo\u002Fdocker-android:emulator_12.0_\u003Crelease_version>|\n|13.0|33|budtmo\u002Fdocker-android:emulator_13.0|budtmo\u002Fdocker-android:emulator_13.0_\u003Crelease_version>|\n|14.0|34|budtmo\u002Fdocker-android:emulator_14.0|budtmo\u002Fdocker-android:emulator_14.0_\u003Crelease_version>|\n|-|-|budtmo\u002Fdocker-android:genymotion|budtmo\u002Fdocker-android:genymotion_\u003Crelease_version>|\n\nList of Devices\n---------------\n\nType   | Device Name\n-----  | -----\nPhone  | Samsung Galaxy S10\nPhone  | Samsung Galaxy S9\nPhone  | Samsung Galaxy S8\nPhone  | Samsung Galaxy S7 Edge\nPhone  | Samsung Galaxy S7\nPhone  | Samsung Galaxy S6\nPhone  | Nexus 4\nPhone  | Nexus 5\nPhone  | Nexus One\nPhone  | Nexus S\nTablet | Nexus 7\nTablet | Pixel C\n\nRequirements\n------------\n\n1. Docker is installed on your system.\n\nQuick Start\n-----------\n\n1. If you use ***Ubuntu OS*** on your host machine, you can skip this step. For ***OSX*** and ***Windows OS*** user, you need to use Virtual Machine that support Virtualization with Ubuntu OS because the image can be run under ***Ubuntu OS only***.\n\n2. Your machine should support virtualization. To check if the virtualization is enabled is:\n    ```\n    sudo apt install cpu-checker\n    kvm-ok\n    ```\n\n3. Run Docker-Android container\n    ```\n    docker run -d -p 6080:6080 -e EMULATOR_DEVICE=\"Samsung Galaxy S10\" -e WEB_VNC=true --device \u002Fdev\u002Fkvm --name android-container budtmo\u002Fdocker-android:emulator_11.0\n    ```\n\n4. Open ***http:\u002F\u002Flocalhost:6080*** to see inside running container.\n\n5. To check the status of the emulator\n    ```\n    docker exec -it android-container cat device_status\n    ```\n\nPersisting data\n-----------\n\nThe default behaviour is to destroy the emulated device on container restart. To persist data, you need to mount a volume at `\u002Fhome\u002Fandroidusr`:\n    ```\n    docker run -v data:\u002Fhome\u002Fandroidusr budtmo\u002Fdocker-android:emulator_11.0\n    ```\n\nWSL2 Hardware acceleration (Windows 11 only)\n-----------\n\nCredit goes to [Guillaume - The Parallel Interface blog](https:\u002F\u002Fwww.paralint.com\u002F2022\u002F11\u002Ffind-new-modified-and-unversioned-subversion-files-on-windows)\n\n[Microsoft - Advanced settings configuration in WSL](https:\u002F\u002Flearn.microsoft.com\u002Fen-us\u002Fwindows\u002Fwsl\u002Fwsl-config)\n\n\n1. Add yourself to the `kvm` usergroup.\n    ```\n    sudo usermod -a -G kvm ${USER}\n    ```\n\n2. Add necessary flags to `\u002Fetc\u002Fwsl.conf` to their respective sections.\n    ```\n    [boot]\n    command = \u002Fbin\u002Fbash -c 'chown -v root:kvm \u002Fdev\u002Fkvm && chmod 660 \u002Fdev\u002Fkvm'\n    ```\n\n    Then, using PowerShell, open a notepad on `notepad $env:USERPROFILE\\.wslconfig`. Inside, put these other flags:\n    ```\n    [wsl2]\n    nestedVirtualization=true\n    ```\n\n4. Restart WSL2 via CMD prompt or Powershell\n    ```\n    wsl --shutdown\n    ```\n\n\n`command = \u002Fbin\u002Fbash -c 'chown -v root:kvm \u002Fdev\u002Fkvm && chmod 660 \u002Fdev\u002Fkvm'` sets `\u002Fdev\u002Fkvm` to `kvm` usergroup rather than the default `root` usergroup on WSL2 startup.\n\n`nestedVirtualization` flag is only available to Windows 11.\n\nIf this setup does not work, you may have an old WSL version. In that case, ignore `\\.wslconfig` and put everything on `\u002Fetc\u002Fwsl.conf`, including the `[wsl2]` flag.\n\nUse-Cases\n---------\n\n1. [Build Android project](.\u002Fdocumentations\u002FUSE_CASE_BUILD_ANDROID_PROJECT.md)\n2. [UI-Test with Appium](.\u002Fdocumentations\u002FUSE_CASE_APPIUM.md)\n3. [Control Android emulator on host machine](.\u002Fdocumentations\u002FUSE_CASE_CONTROL_EMULATOR.md)\n4. [SMS Simulation](.\u002Fdocumentations\u002FUSE_CASE_SMS.md)\n5. [Jenkins](.\u002Fdocumentations\u002FUSE_CASE_JENKINS.md)\n6. [Deploying on cloud (Azure, AWS, GCP)](.\u002Fdocumentations\u002FUSE_CASE_CLOUD.md)\n\nCustom-Configurations\n---------------------\n\nThis [document](.\u002Fdocumentations\u002FCUSTOM_CONFIGURATIONS.md) contains information about configurations that can be used to enable some features, e.g. log-sharing, etc.\n\nGenymotion\n----------\n\n\u003Cp align=\"center\">\n  \u003Cimg id=\"geny\" src=\".\u002Fimages\u002Flogo_genymotion_and_dockerandroid.png\" \u002F>\n\u003C\u002Fp>\n\nFor you who do not have ressources to maintain the simulator or to buy machines or need different device profiles, you can give a try by using [Genymotion SAAS](https:\u002F\u002Fcloud.geny.io\u002F). Docker-Android is [integrated with Genymotion](https:\u002F\u002Fwww.genymotion.com\u002Fblog\u002Fpartner_tag\u002Fdocker\u002F) on different cloud services, e.g. Genymotion SAAS, AWS, GCP, Alibaba Cloud. Please follow [this document](.\u002Fdocumentations\u002FTHIRD_PARTY_GENYMOTION.md) for more detail.\n\nEmulator Skins\n--------------\nThe Emulator skins are taken from [Android Studio IDE](https:\u002F\u002Fdeveloper.android.com\u002Fstudio) and [Samsung Developer Website](https:\u002F\u002Fdeveloper.samsung.com\u002F)\n\nUSERS\n-----\n\n\u003Ca href=\"https:\u002F\u002Flookerstudio.google.com\u002Fs\u002FiGaemHJqQvg\">\n  \u003Cp align=\"center\">\n    \u003Cimg src=\".\u002Fimages\u002Fdocker-android_users.png\" alt=\"docker-android-users\" width=\"800\" height=\"600\">\n  \u003C\u002Fp>\n\u003C\u002Fa>\n\nPRO VERSION\n-----------\n\nDue to high requests for help and to be able to actively maintain the projects, the creator has decided to create docker-android-pro. Docker-Android-Pro is a sponsor based project which mean that the docker image of pro-version can be pulled only by [active sponsor](https:\u002F\u002Fgithub.com\u002Fsponsors\u002Fbudtmo).\n\nThe differences between normal version and pro version are:\n\n|Feature   |Normal   |Pro   |Comment|\n|:---|:---|:---|:---|\n|user-behavior-analytics|Yes|No|-|\n|proxy|No|Yes|Set up company proxy on Android emulator on fly|\n|language|No|Yes|Set up language on Android emulator on fly|\n|Newer Android version|No|Yes|Support other newer Android version e.g. Android 15, Android 16, etc|\n|root-privileged|No|Yes|Able to run command with security privileged|\n|headless-mode|No|Yes|Save resources by using headless mode|\n|Selenium 4.x integration|No|Yes|Running Appium UI-Tests againt one (Selenium Hub) endpoint for Android- and iOS emulator(s) \u002F device(s)|\n|multiple Android-Simulators|No|Yes (soon)|Save resources by having multiple Android-Simulators on one docker-container|\n|Google Play Store|No|Yes (soon)|-|\n|Video Recording|No|Yes (soon)|Helpful for debugging|\n\nThis [document](.\u002Fdocumentations\u002FDOCKER-ANDROID-PRO.md) contains detail information about how to use docker-android-pro.\n\nLICENSE\n-------\nSee [License](LICENSE.md)\n","Docker-Android 是一个用于安卓应用开发和测试的 Docker 镜像，支持原生、Web 和混合应用。该项目的核心功能包括提供多种设备配置和皮肤的模拟器、通过 VNC 查看容器内部情况、日志共享及从外部控制模拟器等。此外，它还集成了如 Genymotion Cloud 等云解决方案，并可用于构建 Android 项目及运行单元与 UI 测试。适用于需要在持续集成环境或跨平台环境中进行安卓应用开发与自动化测试的场景。",2,"2026-06-11 03:25:09","top_topic"]