2025-03-14 21:59:59 -06:00
|
|
|
# toolbox rmi
|
|
|
|
|
|
|
|
|
|
> Remove `toolbox` images.
|
|
|
|
|
> See also: `toolbox rm`.
|
|
|
|
|
> More information: <https://manned.org/toolbox-rmi.1>.
|
|
|
|
|
|
|
|
|
|
- Remove one or more `toolbox` image:
|
|
|
|
|
|
|
|
|
|
`toolbox rmi {{image_name1 image_name2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Remove all `toolbox` images:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox rmi {{[-a|--all]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Force the removal of a `toolbox` image which is currently being used by a container (the container will be removed as well):
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`toolbox rmi {{[-f|--force]}} {{image_name}}`
|