1toolbox-rmi(1) General Commands Manual toolbox-rmi(1)
2
3
4
6 toolbox-rmi - Remove one or more toolbox images
7
8
10 toolbox rmi [--all] [--force] [IMAGE...]
11
12
14 Removes one or more toolbox images from the host. The image should have
15 been created using the toolbox create command.
16
17
18 A toolbox image is an OCI image. Therefore, toolbox rmi can be used
19 interchangeably with podman rmi.
20
21
23 The following options are understood:
24
25
26 --all, -a
27
28
29 Remove all toolbox images. It can be used in conjuction with --force as
30 well.
31
32
33 --force, -f
34
35
36 Force the removal of toolbox images that are used by toolbox
37 containers. The dependent containers will be removed as well.
38
39
41 Remove a toolbox image named localhost/fedora-toolbox-gegl:30
42 $ toolbox rmi localhost/fedora-toolbox-gegl:30
43
44
45
46 Remove all toolbox images, but not those that are used by containers
47 $ toolbox rmi --all
48
49
50
51 Remove all toolbox images and their dependent containers
52 $ toolbox rmi --all --force
53
54
55
57 buildah(1), podman(1), podman-rmi(1)
58
59
60
61 toolbox-rmi(1)