1podman-system-df(1)         General Commands Manual        podman-system-df(1)
2
3
4

NAME

6       podman-system-df - Show podman disk usage
7
8

SYNOPSIS

10       podman system df [options]
11
12

DESCRIPTION

14       Show podman disk usage
15
16

OPTIONS

18       --format=""
19
20
21       Pretty-print images using a Go template
22
23
24       -v, --verbose[=false] Show detailed information on space usage
25
26

EXAMPLE

28       $ podman system df TYPE            TOTAL   ACTIVE   SIZE    RECLAIMABLE
29       Images          6       2        281MB   168MB (59%) Containers      3
30       1        0B      0B (0%) Local Volumes   1       1        22B     0B
31       (0%)
32
33
34       $ podman system df -v Images space usage:
35
36
37       REPOSITORY                 TAG      IMAGE ID       CREATED       SIZE
38       SHARED SIZE   UNQUE SIZE   CONTAINERS docker.io/library/alpine   latest
39       5cb3aa00f899   2 weeks ago   5.79MB   0B            5.79MB       5
40
41
42       Containers space usage:
43
44
45       CONTAINER ID    IMAGE   COMMAND       LOCAL VOLUMES   SIZE     CREATED
46       STATUS       NAMES 073f7e62812d    5cb3    sleep 100     1
47       0B       20 hours ago   exited       zen_joliot 3f19f5bba242    5cb3
48       sleep 100     0               5.52kB   22 hours ago   exited
49       pedantic_archimedes 8cd89bf645cc    5cb3    ls foodir     0
50       58B      21 hours ago   configured   agitated_hamilton a1d948a4b61d
51       5cb3    ls foodir     0               12B      21 hours ago   exited
52       laughing_wing eafe3e3c5bb3    5cb3    sleep 10000   0               72B
53       21 hours ago   exited       priceless_liskov
54
55
56       Local Volumes space usage:
57
58
59       VOLUME NAME   LINKS   SIZE data          1       0B
60
61
62       $ podman system df --format "{{.Type}}\t{{.Total}}" Images          1
63       Containers      5 Local Volumes   1
64
65

SEE ALSO

67       podman-system(1)
68
69
70

HISTORY

72       March 2019, Originally compiled by Qi Wang (qiwan at redhat dot com)
73
74
75
76                                     podman                podman-system-df(1)
Impressum