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

17
pages/linux/toolbox-rm.md Normal file
View File

@@ -0,0 +1,17 @@
# toolbox rm
> Remove one or more `toolbox` containers.
> See also: `toolbox rmi`.
> More information: <https://manned.org/toolbox-rm.1>.
- Remove a toolbox container:
`toolbox rm {{container_name}}`
- Remove all `toolbox` containers:
`toolbox rm --all`
- Force the removal of a currently active `toolbox` container:
`toolbox rm --force {{container_name}}`