[mod] env
This commit is contained in:
parent
241a6a7c4d
commit
b93420c3dd
3 changed files with 17 additions and 1 deletions
|
|
@ -4,6 +4,11 @@ services:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "11"
|
VERSION: "11"
|
||||||
|
DISK_SIZE: "64G"
|
||||||
|
RAM_SIZE: "4G"
|
||||||
|
CPU_CORES: "2"
|
||||||
|
REGION: "en-UK"
|
||||||
|
KEYBOARD: "en-UK"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|
@ -15,5 +20,6 @@ services:
|
||||||
- 3389:3389/udp
|
- 3389:3389/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ./windows:/storage
|
- ./windows:/storage
|
||||||
restart: always
|
- ./shared:/shared
|
||||||
|
restart: unless-stopped
|
||||||
stop_grace_period: 2m
|
stop_grace_period: 2m
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
> Windows inside a Docker container.
|
> Windows inside a Docker container.
|
||||||
> https://github.com/dockur/windows
|
> https://github.com/dockur/windows
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
8
windows/shared/.gitignore
vendored
Normal file
8
windows/shared/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
||||||
Loading…
Add table
Reference in a new issue