1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 11:15:41 +02:00

qm: match options with manual page (#17521)

This commit is contained in:
Managor 2025-08-05 15:08:50 +03:00 committed by GitHub
parent ab0ece6f0b
commit 6fb87976d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100:
`qm {{[cr|create]}} {{100}} -ide0 {{local-lvm:4}} -net0 {{e1000}} -cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
- Show the configuration of a virtual machine, specifying its ID: