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