win7
This commit is contained in:
parent
f034459cb0
commit
d16b8a78fd
1 changed files with 27 additions and 0 deletions
27
Compose/windows7.yaml
Normal file
27
Compose/windows7.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
services:
|
||||||
|
windows:
|
||||||
|
image: dockurr/windows
|
||||||
|
container_name: windows
|
||||||
|
devices:
|
||||||
|
- /dev/kvm:/dev/kvm
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
ports:
|
||||||
|
- 8006:8006
|
||||||
|
- 3389:3389/tcp
|
||||||
|
- 3389:3389/udp
|
||||||
|
stop_grace_period: 2m
|
||||||
|
restart: on-failure
|
||||||
|
environment:
|
||||||
|
VERSION: "7u"
|
||||||
|
RAM_SIZE: "4G"
|
||||||
|
CPU_CORES: "4"
|
||||||
|
DISK_SIZE: "64G"
|
||||||
|
DISK2_SIZE: "128G"
|
||||||
|
USERNAME: "traveler"
|
||||||
|
PASSWORD: "H@rvey"
|
||||||
|
#QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
||||||
|
# EXTRA_DISKS: /disk/data.vhd
|
||||||
|
volumes:
|
||||||
|
- /DockerVol/windows7:/storage
|
||||||
|
# - /DockerVol/windows/storage:/storage2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue