toolbox-rm - Man Page
Remove one or more Toolbx containers
Examples (TL;DR)
Synopsis
Description
Removes one or more Toolbx containers from the host. The container should have been created using the toolbox create command.
A Toolbx container is an OCI container. Therefore, toolbox rm can be used interchangeably with podman rm.
Options
The following options are understood:
- --all, ā-a
- Remove all Toolbx containers. It can be used in conjunction with --force as well.
- --force, ā-f
- Force the removal of running and paused Toolbx containers.
Examples
Remove a Toolbx container named fedora-toolbox-gegl:36
$ toolbox rm fedora-toolbox-gegl:36
Remove all Toolbx containers, but not those that are running or paused
$ toolbox rm --all
Remove all Toolbx containers, including ones that are running or paused
$ toolbox rm --all --force