mirror of https://github.com/CrimsonTome/tldr.git
18 lines
364 B
Markdown
18 lines
364 B
Markdown
# 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}}`
|