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

committed by
GitHub

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