Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-29 00:20:46 +00:00
parent b758660fa5
commit 44de08faea
28 changed files with 364 additions and 37 deletions

View File

@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Create a `toolbox` container from a custom Fedora image:
`toolbox create {{[-i|--image]}} {{registry.fedoraproject.org/fedora-toolbox:39}}`
`toolbox create {{[-i|--image]}} {{quay.io/fedora/fedora:tag}}`
- Create a `toolbox` container using the default image for Fedora 39:
- Create a `toolbox` container using the default image for a specific Fedora release:
`toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39}}`
`toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}}`