forked from containers/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
toolbox rmi
Oliver Gutierrez edited this page Jul 22, 2021
·
1 revision
% toolbox-rmi(1)
toolbox-rmi - Remove one or more toolbox images
toolbox rmi [--all | -a] [--force | -f] [IMAGE...]
Removes one or more toolbox images from the host. The image should have been
created using the toolbox create
command.
A toolbox image is an OCI image. Therefore, toolbox rmi
can be used
interchangeably with podman rmi
.
The following options are understood:
--all, -a
Remove all toolbox images. It can be used in conjuction 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.
$ toolbox rmi localhost/fedora-toolbox-gegl:30
$ toolbox rmi --all
$ toolbox rmi --all --force
toolbox(1)
, podman(1)
, podman-rmi(1)