一键docker安卓与Windows

By | 30 5 月, 2025

一键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_9.0

运行后http://localhost:6080访问

项目地址:https://github.com/budtmo/docker-android

一键docker Windows:

docker run -dit –rm -p 8006:8006 –device=/dev/kvm –device=/dev/net/tun –cap-add NET_ADMIN –stop-timeout 120 dockurr/windows

运行后http://localhost:8006访问

项目地址:https://github.com/dockur/windows

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注