mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 00:59:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Wait until the virtual machine is stopped:
|
||||
|
||||
`qm wait {{vm_id}}`
|
||||
`qm {{[w|wait]}} {{vm_id}}`
|
||||
|
||||
- Wait until the virtual machine is stopped with a 10 second timeout:
|
||||
|
||||
`qm wait --timeout {{10}} {{vm_id}}`
|
||||
`qm {{[w|wait]}} --timeout {{10}} {{vm_id}}`
|
||||
|
||||
- Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout:
|
||||
|
||||
`qm shutdown {{vm_id}} && qm wait --timeout {{10}} {{vm_id}}`
|
||||
`qm {{[shu|shutdown]}} {{vm_id}} && qm {{[w|wait]}} --timeout {{10}} {{vm_id}}`
|
||||
|
||||
Reference in New Issue
Block a user