Forrest logo
back to context overview

qm

List of commands for qm:

  • qm:tldr:29820 qm: List all virtual machines.
    $ qm list
    try on your machine
    explain this command
  • qm:tldr:5a66a qm: Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100.
    $ qm create ${100} -ide0 ${local-lvm:4} -net0 ${e1000} -cdrom ${local:iso-proxmox-mailgateway_2-1-iso}
    try on your machine
    explain this command
  • qm:tldr:b6119 qm: Send a shutdown request, then wait until the virtual machine is stopped.
    $ qm shutdown ${100} && qm wait ${100}
    try on your machine
    explain this command
back to context overview