2022-08-05 13:01:03 +05:30
|
|
|
# toolbox
|
|
|
|
|
2023-05-30 20:37:28 +02:00
|
|
|
> Tool for containerized command-line environments on Linux.
|
2022-08-05 13:01:03 +05:30
|
|
|
> Some subcommands such as `toolbox create` have their own usage documentation.
|
|
|
|
> More information: <https://manned.org/toolbox.1>.
|
|
|
|
|
2022-08-13 06:37:18 +05:30
|
|
|
- Run a `toolbox` subcommand:
|
2022-08-05 13:01:03 +05:30
|
|
|
|
2022-08-13 06:37:18 +05:30
|
|
|
`toolbox {{subcommand}}`
|
2022-08-05 13:01:03 +05:30
|
|
|
|
|
|
|
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
|
|
|
|
|
|
|
`toolbox help {{subcommand}}`
|
|
|
|
|
2022-08-13 06:37:18 +05:30
|
|
|
- Show general help:
|
2022-08-05 13:01:03 +05:30
|
|
|
|
2022-08-13 06:37:18 +05:30
|
|
|
`toolbox --help`
|
|
|
|
|
|
|
|
- Show the `toolbox` version:
|
|
|
|
|
|
|
|
`toolbox --version`
|