[add] windows

This commit is contained in:
Andy Bunce 2025-12-03 10:37:38 +00:00
parent 9fae7346c0
commit 241a6a7c4d
3 changed files with 29 additions and 0 deletions

19
windows/compose.yaml Normal file
View file

@ -0,0 +1,19 @@
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m

2
windows/readme.md Normal file
View file

@ -0,0 +1,2 @@
> Windows inside a Docker container.
> https://github.com/dockur/windows

8
windows/windows/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore