HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

toolbox rmi — Remove Toolbx images. See also: `toolbox rm`. More information: <https://manned.org/toolbox-rmi>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandimagesremovetoolbxclitoolbox rmiseealso
linux

Problem

How to use the toolbox rmi command: Remove Toolbx images. See also: toolbox rm. More information: <https://manned.org/toolbox-rmi>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/toolbox rmi

Revisions (0)

No revisions yet.