mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
qm-start: add page (#8704)
This commit is contained in:
parent
b60ba44da0
commit
dff475b81c
1 changed files with 16 additions and 0 deletions
16
pages/linux/qm-start.md
Normal file
16
pages/linux/qm-start.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue