Forrest logo
back to context overview

qm-start

List of commands for qm-start:

  • qm-start:tldr:7f1ad qm-start: Specify the QEMU machine type (i.e. the CPU to emulate).
    $ qm start ${100} --machine ${q35}
    try on your machine
    explain this command
  • qm-start:tldr:b5a77 qm-start: Start a specific virtual machine with a timeout in 60 seconds.
    $ qm start ${100} --timeout ${60}
    try on your machine
    explain this command
  • qm-start:tldr:db20e qm-start: Start a specific virtual machine.
    $ qm start ${100}
    try on your machine
    explain this command
back to context overview