Run Windows using Docker CLI
masterYou can start the Windows container directly via the Docker CLI. Ensure you have the necessary devices (/dev/kvm and /dev/net/tun) available on your host.
docker run -it --rm --name windows -e "VERSION=11" -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v "${PWD:-.}/windows:/storage" --stop-timeout 120 docker.io/dockurr/windows