LinuxCommandLibrary

toolbox-rmi

Remove Toolbx container images

TLDR

Remove images

$ toolbox rmi [image_name1] [image_name2]
copy
Remove all images
$ toolbox rmi -a
copy
Force remove image in use
$ toolbox rmi -f [image_name]
copy

SYNOPSIS

toolbox rmi [OPTIONS] [IMAGE...]

DESCRIPTION

toolbox rmi removes one or more Toolbx container images. Images that are currently being used by containers cannot be removed unless the force flag is used.
When using --force on an image that has containers, those containers will also be removed along with the image.

PARAMETERS

-a, --all

Remove all Toolbx images
-f, --force
Force removal of images in use by containers

CAVEATS

Images in use by containers cannot be removed without --force. Force removal will delete associated containers. Removing base images requires re-downloading them later.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community