hjhj
This commit is contained in:
parent
bf6b2a52ae
commit
3e680ea58d
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: win7
|
||||||
|
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:
|
||||||
|
- /srv/a18f546e-e9bf-4a8d-8b9d-02e7ec32b632/repository/windows7:/storage
|
||||||
|
- /srv/a18f546e-e9bf-4a8d-8b9d-02e7ec32b632/repository/windows7/storage:/storage2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue