1podman-image-prune(1)() podman-image-prune(1)()
2
3
4
6 podman-image-prune - Remove all unused images from the local store
7
8
10 podman image prune [options]
11
12
14 podman image prune removes all dangling images from local storage. With
15 the all option, you can delete all unused images. Unused images are
16 dangling images as well as any image that does not have any containers
17 based on it.
18
19
21 --all, -a
22
23
24 Remove dangling images and images that have no associated containers.
25
26
27 --help, -h
28
29
30 Print usage statement
31
32
34 Remove all dangling images from local storage
35
36
37 $ sudo podman image prune
38 f3e20dc537fb04cb51672a5cb6fdf2292e61d411315549391a0d1f64e4e3097e
39 324a7a3b2e0135f4226ffdd473e4099fd9e477a74230cdc35de69e84c0f9d907
40
41
42
43 Remove all unused images from local storage
44
45
46 $ sudo podman image prune -a
47 f3e20dc537fb04cb51672a5cb6fdf2292e61d411315549391a0d1f64e4e3097e
48 324a7a3b2e0135f4226ffdd473e4099fd9e477a74230cdc35de69e84c0f9d907
49 6125002719feb1ddf3030acab1df6156da7ce0e78e571e9b6e9c250424d6220c
50 91e732da5657264c6f4641b8d0c4001c218ae6c1adb9dcef33ad00cafd37d8b6
51 e4e5109420323221f170627c138817770fb64832da7d8fe2babd863148287fca
52 77a57fa8285e9656dbb7b23d9efa837a106957409ddd702f995605af27a45ebe
53
54
55
56
58 podman(1), podman-images
59
60
62 December 2018, Originally compiled by Brent Baude (bbaude at redhat dot
63 com)
64
65
66
67 podman-image-prune(1)()