[mod] env

This commit is contained in:
Andy Bunce 2025-12-09 12:33:36 +00:00
parent 241a6a7c4d
commit b93420c3dd
3 changed files with 17 additions and 1 deletions

View file

@ -4,6 +4,11 @@ services:
container_name: windows
environment:
VERSION: "11"
DISK_SIZE: "64G"
RAM_SIZE: "4G"
CPU_CORES: "2"
REGION: "en-UK"
KEYBOARD: "en-UK"
devices:
- /dev/kvm
- /dev/net/tun
@ -15,5 +20,6 @@ services:
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
- ./shared:/shared
restart: unless-stopped
stop_grace_period: 2m

View file

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

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

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