tldr/pages/linux/toolbox.md

22 lines
459 B
Markdown
Raw Normal View History

2022-08-05 08:31:03 +01:00
# toolbox
2023-05-30 19:37:28 +01:00
> Tool for containerized command-line environments on Linux.
2022-08-05 08:31:03 +01:00
> 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
- Display help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
2022-08-05 08:31:03 +01:00
`toolbox help {{subcommand}}`
- Display help:
2022-08-05 08:31:03 +01:00
`toolbox --help`
- Display version:
`toolbox --version`