mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 11:00:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# quickemu
|
||||
|
||||
> Build and manage highly optimised desktop virtual machines quickly.
|
||||
> Note: Virtual machine must be in stopped state when working with snapshots.
|
||||
> See also: `quickget` for preparing VM configurations.
|
||||
> More information: <https://github.com/quickemu-project/quickemu>.
|
||||
|
||||
@@ -33,6 +34,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`quickemu --snapshot apply {{tag}} --vm {{path/to/file.conf}}`
|
||||
|
||||
- List available snapshots:
|
||||
|
||||
`quickemu --snapshot info --vm {{path/to/file.conf}}`
|
||||
|
||||
- Delete a snapshot:
|
||||
|
||||
`quickemu --snapshot delete {{tag}} --vm {{path/to/file.conf}}`
|
||||
|
||||
Reference in New Issue
Block a user