mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 05:48:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -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.):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user