Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -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: