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-rm - Remove one or more toolbox containers

Description

       Removes  one  or  more toolbox containers from the host. The container should have been created using the
       toolboxcreate command.

       A toolbox container is an OCI container. Therefore, toolboxrm can be used  interchangeably  with  podmanrm.

Examples

Removeatoolboxcontainernamedfedora-toolbox-gegl:36
       $ toolbox rm fedora-toolbox-gegl:36

   Removealltoolboxcontainers,butnotthosethatarerunningorpaused
       $ toolbox rm --all

   Removealltoolboxcontainers,includingonesthatarerunningorpaused
       $ toolbox rm --all --force

Name

       toolbox-rm - Remove one or more toolbox containers

Options

       The following options are understood:

       --all,-a

       Remove all toolbox containers. It can be used in conjunction with --force as well.

       --force,-f

       Force the removal of running and paused toolbox containers.

See Also

toolbox(1), podman(1), podman-rm(1)toolbox-rm(1)

Synopsis

toolboxrm [--all | -a] [--force | -f] [CONTAINER...]

See Also