From fa9c39f2123d91e24e3e146158e0fbbd861ff126 Mon Sep 17 00:00:00 2001 From: CanbiZ Date: Mon, 5 May 2025 21:49:43 +0200 Subject: [PATCH] Update docker-vm.sh --- vm/docker-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/docker-vm.sh b/vm/docker-vm.sh index 3fe009fa5..8ff600986 100644 --- a/vm/docker-vm.sh +++ b/vm/docker-vm.sh @@ -448,7 +448,7 @@ msg_ok "Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image suc msg_info "Creating a Docker VM" qm create "$VMID" -agent 1"${MACHINE}" -tablet 0 -localtime 1 -bios ovmf"${CPU_TYPE}" -cores "$CORE_COUNT" -memory "$RAM_SIZE" \ -name "$HN" -tags community-script,debian12,docker -net0 virtio,bridge="$BRG",macaddr="$MAC""$VLAN""$MTU" -onboot 1 -ostype l26 -scsihw virtio-scsi-pci -pvesm alloc "$STORAGE" "$VMID" "$DISK0" 4M 1>&/dev/null +pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null qm importdisk "$VMID" "${FILE}" "$STORAGE" "${DISK_IMPORT:-}" 1>&/dev/null qm set "$VMID" \ -efidisk0 "${DISK0_REF}"${FORMAT} \