erstt/redroidThis repository provides Redroid Docker images integrated with Houdini or NDK Translation, making it possible to run ARM architecture Android apps on an x86_64 platform (such as Intel / AMD processors). These images are especially useful for application testing and integration development.
| NDK Translation Image Tag | Source Platform | NDK Translation Version | Supported Platforms | Notes |
|---|---|---|---|---|
erstt/redroid:11.0.0_ndk_ChromeOS | ChromeOS grunt R134 | 0.2.2 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:12.0.0_ndk_ChromeOS | ChromeOS skyrim R134 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:13.0.0_ndk_ChromeOS | ChromeOS skyrim R134 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:15.0.0_ndk_AVD | AVD_35_ext15_r01 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. Translation supports arm64-v8a only. |
| Houdini Image Tag | Source Platform | Houdini Version | Houdini64 Version | Supported Platforms | Notes |
|---|---|---|---|---|---|
erstt/redroid:11.0.0_houdini_ChromeOS | ChromeOS brya R112 | 11.0.1f_y.38795.g | 11.0.1f_z.38795.g | Intel | Verified stable on Intel platform. |
erstt/redroid:12.0.0_houdini_WSA | WSA 12L | 12.0.0a_y.38818.m | 12.0.0a_z.38818.m | Intel / AMD | Potential compatibility issues with some apps; testing recommended. |
erstt/redroid:13.0.0_houdini_ChromeOS | ChromeOS nissa R134 | 13.0.1_y.39540.g | 13.0.1_z.39540.g | Intel | Potential compatibility issues with some apps; testing recommended. |
The following image variants are also available:
erstt/<android_version>_<houdini_or_ndk><_magisk><_litegapps>_ChromeOS
_magisk (optional): Magisk pre-installed_litegapps (optional): Lightweight Google Apps pre-installedThe images are only suitable for x86_64 architecture devices.
When starting the container, make sure to configure device mapping and mount options properly.
Where to file issues: [***]
If you only need to run games supporting arm64-v8a (e.g., Arknights), it’s suggested to remove the armeabi-v7a and armeabi ABIs for better stability.
The device has not been certified by the Play Protect mechanism. To proceed, follow these steps:
Use ADB to retrieve the device ID:
bashadb root adb shell 'sqlite3 /data/data/com.google.android.gsf/databases/gservices.db \ "select * from main where name = \"android_id\";"'
Or
bashadb shell su sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
Register the device ID at the following URL:
[***]
bashdocker run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <ndk_image_tag>
bashpodman run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <ndk_image_tag>
yamlservices: redroid: image: <ndk_image_tag> tty: true stdin_open: true privileged: true ports: - 5555:5555 volumes: - /path/to/your/directory:/data
bashdocker run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <houdini_image_tag> \ ro.enable.native.bridge.exec64=1 \ ro.dalvik.vm.native.bridge=libhoudini.so
bashpodman run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <houdini_image_tag> \ ro.enable.native.bridge.exec64=1 \ ro.dalvik.vm.native.bridge=libhoudini.so
yamlservices: redroid: image: <houdini_image_tag> tty: true stdin_open: true privileged: true ports: - 5555:5555 volumes: - /path/to/your/directory:/data command: - ro.enable.native.bridge.exec64=1 - ro.dalvik.vm.native.bridge=libhoudini.so
| Param | Description | Default |
|---|---|---|
| androidboot.redroid_width | display width | 720 |
| androidboot.redroid_height | display height | 1280 |
| androidboot.redroid_fps | display FPS | 30(GPU enabled) 15 (GPU not enabled) |
| androidboot.redroid_dpi | display DPI | 320 |
| androidboot.use_memfd | use memfd to replace deprecated ashmemplan to enable by default | false |
| androidboot.use_redroid_overlayfs | use overlayfs to share data partition/data-base: shared data/data-diff: private data | 0 |
| androidboot.redroid_net_ndns | number of DNS server, 8.8.8.8 will be used if no DNS server specified | 0 |
| androidboot.redroid_net_dns<1..N> | DNS | |
| androidboot.redroid_net_proxy_type | Proxy type; choose from: static, pac, none, unassigned | |
| androidboot.redroid_net_proxy_host | ||
| androidboot.redroid_net_proxy_port | 3128 | |
| androidboot.redroid_net_proxy_exclude_list | comma separated list | |
| androidboot.redroid_net_proxy_pac | ||
| androidboot.redroid_gpu_mode | choose from: auto, host, guest;guest: use software rendering;host: use GPU accelerated rendering;auto: auto detect | guest |
| androidboot.redroid_gpu_node | auto-detect | |
| ro.xxx | DEBUG purpose, allow override ro.xxx prop; For example, set ro.secure=0, then root adb shell provided by default |
This project is based on the Redroid Project.

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
在 Linux 系统配置镜像服务
在 Docker Desktop 配置镜像
Docker Compose 项目配置
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
在宝塔面板一键配置镜像
Synology 群晖 NAS 配置
飞牛 fnOS 系统配置镜像
极空间 NAS 系统配置服务
爱快 iKuai 路由系统配置
绿联 NAS 系统配置镜像
QNAP 威联通 NAS 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
无需登录使用专属域名
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
来自真实用户的反馈,见证轩辕镜像的优质服务