mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 03:56:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List existing machines:
|
||||
|
||||
`podman machine ls`
|
||||
`podman machine {{[ls|list]}}`
|
||||
|
||||
- Create a new default machine:
|
||||
|
||||
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a new machine with different resources:
|
||||
|
||||
`podman machine init --cpus={{4}} --memory={{4096}} --disk-size={{50}}`
|
||||
`podman machine init --cpus {{4}} --memory {{4096}} --disk-size {{50}}`
|
||||
|
||||
- Start or stop a machine:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user