mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 23:52:18 +00:00
Update cheatsheets
This commit is contained in:
21
linux/qm-start
Normal file
21
linux/qm-start
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# qm start
|
||||
|
||||
> Start a virtual machine on QEMU/KVM Virtual Machine Manager.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Start a specific virtual machine:
|
||||
|
||||
`qm start {{100}}`
|
||||
|
||||
- Specify the QEMU machine type (i.e. the CPU to emulate):
|
||||
|
||||
`qm start {{100}} --machine {{q35}}`
|
||||
|
||||
- Start a specific virtual machine with a timeout in 60 seconds:
|
||||
|
||||
`qm start {{100}} --timeout {{60}}`
|
||||
Reference in New Issue
Block a user