qemu
This commit is contained in:
parent
4d77081b8e
commit
8e99a0b39e
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ services:
|
||||||
CPU_CORES: "1"
|
CPU_CORES: "1"
|
||||||
RAM_SIZE: "512M"
|
RAM_SIZE: "512M"
|
||||||
DISK_SIZE: "16G"
|
DISK_SIZE: "16G"
|
||||||
|
BOOT: "https://ftp.halifax.rwth-aachen.de/osdn/clonezilla/78259/clonezilla-live-3.0.3-22-amd64.iso"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- 22:22
|
- 22:22
|
||||||
- 80:80
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 60s
|
stop_grace_period: 60s
|
||||||
|
|
Loading…
Reference in a new issue