Docker自建一款属于自己的云手机

wuchenchina 发布于 2024-03-17 227 次阅读


Paypal Donate

(点击图片直达项目地址)

注意事项

x86架构,部分软件不能运行

镜像列表

Android API Image with latest release version Image with specific release version
9.0 28 budtmo/docker-android:emulator_9.0 budtmo/docker-android:emulator9.0
10.0 29 budtmo/docker-android:emulator_10.0 budtmo/docker-android:emulator10.0
11.0 30 budtmo/docker-android:emulator_11.0 budtmo/docker-android:emulator11.0
12.0 32 budtmo/docker-android:emulator_12.0 budtmo/docker-android:emulator12.0
13.0 33 budtmo/docker-android:emulator_13.0 budtmo/docker-android:emulator13.0
14.0 34 budtmo/docker-android:emulator_14.0 budtmo/docker-android:emulator14.0
- - budtmo/docker-android:genymotion budtmo/docker-android:genymotion_

支持的机型

Type Device Name
Phone Samsung Galaxy S10
Phone Samsung Galaxy S9
Phone Samsung Galaxy S8
Phone Samsung Galaxy S7 Edge
Phone Samsung Galaxy S7
Phone Samsung Galaxy S6
Phone Nexus 4
Phone Nexus 5
Phone Nexus One
Phone Nexus S
Tablet Nexus 7

首先你的机子需要支持虚拟化!

创建手机

(可以先向我这样pull下想要的系统)

file

docker下载太慢可以考虑下docker代理

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

浏览器中访问你的http://ip:6080 ,稍后即可看到独属于你自己的云手机.

file