2025-03-14 21:59:59 -06:00
|
|
|
# toolbox
|
|
|
|
|
|
|
|
|
|
> Manage containerized command-line environments on Linux.
|
|
|
|
|
> Some subcommands such as `create` have their own usage documentation.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/toolbox>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Enter a container to use it interactively:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`toolbox enter {{container}}`
|
|
|
|
|
|
|
|
|
|
- Remove one or more containers:
|
|
|
|
|
|
|
|
|
|
`toolbox rm {{container1 container2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Remove one or more images:
|
|
|
|
|
|
|
|
|
|
`toolbox rmi {{image1 image2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
|
|
|
|
|
|
|
|
|
|
`toolbox help {{subcommand}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox {{[-h|--help]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
|
|
`toolbox --version`
|