toolbox: add pages (#8280)

This commit is contained in:
K.B.Dharun Krishna
2022-08-05 13:01:03 +05:30
committed by GitHub
parent aefb4ec4e3
commit 822a07003b
9 changed files with 150 additions and 0 deletions

21
pages/linux/toolbox.md Normal file
View File

@@ -0,0 +1,21 @@
# toolbox
> Tool for containerized command line environments on Linux.
> Some subcommands such as `toolbox create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>.
- Show the `toolbox` version:
`toolbox --version`
- Show general help:
`toolbox --help`
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}`
- Run a `toolbox` subcommand:
`toolbox {{subcommand}}`