2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox rm {{[-a|--all]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Force the removal of a currently active `toolbox` container:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox rm {{[-f|--force]}} {{container_name}}`
|