一键docker安卓与Windows

 一键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