1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/toolbox.md

22 lines
456 B
Markdown
Raw Normal View History

2022-08-05 13:01:03 +05:30
# toolbox
> 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>.
- Run a `toolbox` subcommand:
2022-08-05 13:01:03 +05:30
`toolbox {{subcommand}}`
2022-08-05 13:01:03 +05:30
- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
2022-08-05 13:01:03 +05:30
`toolbox help {{subcommand}}`
- Display help:
2022-08-05 13:01:03 +05:30
`toolbox --help`
- Display version:
`toolbox --version`