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>.
|
|
|
|
|
2022-08-13 02:07:18 +01:00
|
|
|
- Run a `toolbox` subcommand:
|
2022-08-05 08:31:03 +01:00
|
|
|
|
2022-08-13 02:07:18 +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}}`
|
|
|
|
|
2022-08-13 02:07:18 +01:00
|
|
|
- Show general help:
|
2022-08-05 08:31:03 +01:00
|
|
|
|
2022-08-13 02:07:18 +01:00
|
|
|
`toolbox --help`
|
|
|
|
|
|
|
|
- Show the `toolbox` version:
|
|
|
|
|
|
|
|
`toolbox --version`
|