[add] windows
This commit is contained in:
parent
9fae7346c0
commit
241a6a7c4d
3 changed files with 29 additions and 0 deletions
19
windows/compose.yaml
Normal file
19
windows/compose.yaml
Normal 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
2
windows/readme.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
> Windows inside a Docker container.
|
||||||
|
> https://github.com/dockur/windows
|
||||||
8
windows/windows/.gitignore
vendored
Normal file
8
windows/windows/.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