update
This commit is contained in:
parent
0091f314ab
commit
2cbcb31996
14
rxr_pad/docker-compose.yml
Normal file
14
rxr_pad/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
pad:
|
||||
image: budtmo/docker-android:emulator_14.0 # 确保此映像是针对 Android 14 的
|
||||
ports:
|
||||
- "6080:6080"
|
||||
environment:
|
||||
- EMULATOR_DEVICE=Nexus 7 # 可以替换为你想模拟的设备名称
|
||||
- WEB_VNC=true
|
||||
volumes:
|
||||
- /root/pad:/home/androidusr # 数据持久化到此目录
|
||||
devices:
|
||||
- /dev/kvm
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user