Skip to content

Commit 0239abb

Browse files
committed
Update docker-vm.sh
1 parent 06960d3 commit 0239abb

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
@@ -467,7 +467,7 @@ msg_ok "Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image suc
467467

468468
msg_info "Creating a Docker VM"
469469
qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \
470-
-name $HN -tags community-script,debian12,docker -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
470+
-name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci
471471
pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null
472472
qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
473473
qm set $VMID \

0 commit comments

Comments
 (0)