Skip to content

Commit fa9c39f

Browse files
committed
Update docker-vm.sh
1 parent 536c3d1 commit fa9c39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/docker-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ msg_ok "Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image suc
448448
msg_info "Creating a Docker VM"
449449
qm create "$VMID" -agent 1"${MACHINE}" -tablet 0 -localtime 1 -bios ovmf"${CPU_TYPE}" -cores "$CORE_COUNT" -memory "$RAM_SIZE" \
450450
-name "$HN" -tags community-script,debian12,docker -net0 virtio,bridge="$BRG",macaddr="$MAC""$VLAN""$MTU" -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
451-
pvesm alloc "$STORAGE" "$VMID" "$DISK0" 4M 1>&/dev/null
451+
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
452452
qm importdisk "$VMID" "${FILE}" "$STORAGE" "${DISK_IMPORT:-}" 1>&/dev/null
453453
qm set "$VMID" \
454454
-efidisk0 "${DISK0_REF}"${FORMAT} \

0 commit comments

Comments
 (0)