[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
|
||||
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
|
||||
|
|
@ -1,2 +1,4 @@
|
|||
> Windows inside a Docker container.
|
||||
> 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