toolbox: add pages (#8280)
This commit is contained in:

committed by
GitHub

parent
aefb4ec4e3
commit
822a07003b
21
pages/linux/toolbox.md
Normal file
21
pages/linux/toolbox.md
Normal 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}}`
|
Reference in New Issue
Block a user