mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 11:48:27 +00:00
Update cheatsheets
This commit is contained in:
26
linux/toolbox
Normal file
26
linux/toolbox
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# toolbox
|
||||
|
||||
> Manage containerized command-line environments on Linux.
|
||||
> Some subcommands such as `toolbox create` have their own usage documentation.
|
||||
> More information: <https://manned.org/toolbox.1>.
|
||||
|
||||
- Run a `toolbox` subcommand:
|
||||
|
||||
`toolbox {{subcommand}}`
|
||||
|
||||
- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
||||
|
||||
`toolbox help {{subcommand}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`toolbox --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`toolbox --version`
|
||||
Reference in New Issue
Block a user