2022-08-05 08:31:03 +01:00
|
|
|
# toolbox
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Manage 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>.
|
|
|
|
|
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
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
2022-08-05 08:31:03 +01:00
|
|
|
|
|
|
|
`toolbox help {{subcommand}}`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display help:
|
2022-08-05 08:31:03 +01:00
|
|
|
|
2022-08-13 02:07:18 +01:00
|
|
|
`toolbox --help`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display version:
|
2022-08-13 02:07:18 +01:00
|
|
|
|
|
|
|
`toolbox --version`
|