1
0
Fork 0
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:
Braintelligence 2022-10-10 00:39:33 +02:00 committed by GitHub
parent 3b9e134450
commit 36cbf7e12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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}}`