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