mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:06:00 +02:00
qm-start: add German translation (#8788)
This commit is contained in:
parent
3b9e134450
commit
36cbf7e12d
1 changed files with 16 additions and 0 deletions
16
pages.de/linux/qm-start.md
Normal file
16
pages.de/linux/qm-start.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# qm start
|
||||
|
||||
> Starte eine virtuelle Maschine per QEMU/KVM Virtual Machine Manager.
|
||||
> Weitere Informationen: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Starte eine bestimmte virtuelle Maschine:
|
||||
|
||||
`qm start {{100}}`
|
||||
|
||||
- Lege den QEMU Maschinentyp fest (etwa den zu emulierenden Prozessor):
|
||||
|
||||
`qm start {{100}} --machine {{q35}}`
|
||||
|
||||
- Starte eine bestimmte virtuelle Maschine mit einem Timeout (Zeitabschaltung) nach 60 Sekunden:
|
||||
|
||||
`qm start {{100}} --timeout {{60}}`
|
Loading…
Add table
Reference in a new issue