logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

toolbox-rmi - Remove one or more toolbox images

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...]

See Also