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