tldr/pages/linux/toolbox.md

22 lines
472 B
Markdown
Raw Normal View History

2022-08-05 08:31:03 +01:00
# toolbox
> Tool for 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:
2022-08-05 08:31:03 +01:00
`toolbox {{subcommand}}`
2022-08-05 08:31:03 +01:00
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}`
- Show general help:
2022-08-05 08:31:03 +01:00
`toolbox --help`
- Show the `toolbox` version:
`toolbox --version`