toolbox-rmi - Remove one or more toolbox images
Contents
Description
Removes one or more toolbox images from the host. The image should have been created using the toolboxcreate command.
A toolbox image is an OCI image. Therefore, toolboxrmi can be used interchangeably with podmanrmi.
Examples
Removeatoolboximagenamedlocalhost/fedora-toolbox-gegl:36
$ toolbox rmi localhost/fedora-toolbox-gegl:36
Removealltoolboximages,butnotthosethatareusedbycontainers
$ toolbox rmi --all
Removealltoolboximagesandtheirdependentcontainers
$ toolbox rmi --all --force
Name
toolbox-rmi - Remove one or more toolbox images
Options
The following options are understood:
--all,-a
Remove all toolbox images. It can be used in conjunction with --force as well.
--force,-f
Force the removal of toolbox images that are used by toolbox containers. The dependent containers will be
removed as well.
See Also
toolbox(1), podman(1), podman-rmi(1)toolbox-rmi(1)
Synopsis
toolboxrmi [--all | -a] [--force | -f] [IMAGE...]
