Options (1)
booleanCreate a virtual machine with access to 512MiB of memory and 1 CPU core
Example:
qm {{[cr|create]}} {{100}}Examples (8)
Create a virtual machine with access to 512MiB of memory and 1 CPU core
qm [cr|create] 100Give the virtual machine a name and automatically start the machine after creation
qm [cr|create] 100 --name vm_name --startGive a virtual machine specified amount of memory and CPUs
qm [cr|create] 100 --memory 8192 --cores 4Specify the type of operating system on the machine
qm [cr|create] 100 --ostype win10Replace an existing machine (requires archiving it)
qm [cr|create] 100 --archive path/to/backup_file.tar --force 1Specify a script that is executed automatically depending on the state of the virtual machine
qm [cr|create] 100 --hookscript path/to/script.plSpecify the install media
qm [cr|create] 100 --cdrom local:iso/install-media.isoCreate a VM that bridges itself to the host network
qm [cr|create] 100 --net0 virtio,bridge=vmbr0made by @shridhargupta | data from tldr-pages