mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
The project was renamed to "Toolbx" to improve searchability back in 2021: <https://github.com/containers/containertoolbx.org/pull/1> The command name and a few other places (environment variables, runtime paths, etc.) kept the previous name for backward compatibility, but otherwise the new name is to be used: <https://github.com/containers/toolbox/pull/1446> --------- Co-authored-by: Darío Hereñú <magallania@gmail.com>
433 B
433 B
toolbox rmi
Remove Toolbx images. See also:
toolbox rm. More information: https://manned.org/toolbox-rmi.
- Remove one or more Toolbx image:
toolbox rmi {{image_name1 image_name2 ...}}
- Remove all Toolbx images:
toolbox rmi {{[-a|--all]}}
- Force the removal of a Toolbx image which is currently being used by a container (the container will be removed as well):
toolbox rmi {{[-f|--force]}} {{image_name}}