在 Docker 下运行 Windows
https://github.com/dockur/windows
此项目提供了一个在Docker容器中运行Windows的解决方案。
● 自动下载和安装Windows系统
● 支持KVM加速
● 提供Web浏览器和远程桌面访问
● 支持多种Windows版本的选择
#Docker #Windows #GitHub
https://github.com/dockur/windows
此项目提供了一个在Docker容器中运行Windows的解决方案。
● 自动下载和安装Windows系统
● 支持KVM加速
● 提供Web浏览器和远程桌面访问
● 支持多种Windows版本的选择
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m#Docker #Windows #GitHub