qemu
This commit is contained in:
parent
4d77081b8e
commit
8e99a0b39e
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@ services:
|
|||
environment:
|
||||
CPU_CORES: "1"
|
||||
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:
|
||||
- /dev/kvm
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 22:22
|
||||
- 80:80
|
||||
restart: on-failure
|
||||
stop_grace_period: 60s
|
||||
|
|
Loading…
Reference in a new issue