mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:35:25 +02:00
qm-start: add Spanish translation (#15150)
This commit is contained in:
parent
8647f05ffd
commit
a5b7cd1fa3
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/qm-start.md
Normal file
16
pages.es/linux/qm-start.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# qm start
|
||||
|
||||
> Inicia una máquina virtual en el administrador de máquinas virtuales QEMU/KVM.
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Inicia una máquina virtual específica:
|
||||
|
||||
`qm start {{100}}`
|
||||
|
||||
- Especifica el tipo de máquina QEMU (es decir, la CPU a emular):
|
||||
|
||||
`qm start {{100}} --machine {{q35}}`
|
||||
|
||||
- Comienza una máquina virtual específica con un tiempo de espera máximo de 60 segundos:
|
||||
|
||||
`qm start {{100}} --timeout {{60}}`
|
Loading…
Add table
Reference in a new issue