Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-18 00:20:54 +00:00
parent 5e29c3e5bb
commit 83af6b3c72
22 changed files with 325 additions and 29 deletions

View File

@@ -7,11 +7,19 @@ source: https://github.com/tldr-pages/tldr.git
> Manage containerized command-line environments on Linux.
> Some subcommands such as `create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>.
> More information: <https://manned.org/toolbox>.
- Run a `toolbox` subcommand:
- Enter a container to use it interactively:
`toolbox {{subcommand}}`
`toolbox enter {{container}}`
- Remove one or more containers:
`toolbox rm {{container1 container2 ...}}`
- Remove one or more images:
`toolbox rmi {{image1 image2 ...}}`
- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):