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=format
19       Pretty-print  images  using a Go template or JSON. This flag is not al‐
20       lowed in combination with --verbose
21
22
23       Valid placeholders for the Go template are listed below:
24
25
26       ┌────────────────┬────────────────────────────┐
27Placeholder     Description                
28       ├────────────────┼────────────────────────────┤
29.Active         │ Indicates  whether  volume │
30       │                │ is in use                  │
31       ├────────────────┼────────────────────────────┤
32.RawReclaimable │ Raw  reclaimable  size  of │
33       │                │ each Type                  │
34       ├────────────────┼────────────────────────────┤
35.RawSize        Raw size of each type      
36       ├────────────────┼────────────────────────────┤
37.Reclaimable    │ Reclaimable size  or  each │
38       │                │ type (human-readable)      │
39       ├────────────────┼────────────────────────────┤
40.Size           │ Size  of each type (human- │
41       │                │ readable)                  │
42       ├────────────────┼────────────────────────────┤
43.Total          Total items for each type  
44       ├────────────────┼────────────────────────────┤
45.Type           Type of data               
46       └────────────────┴────────────────────────────┘
47
48   --verbose, -v
49       Show detailed information on space usage
50
51

EXAMPLE

53       $ podman system df
54       TYPE            TOTAL   ACTIVE   SIZE    RECLAIMABLE
55       Images          6       2        281MB   168MB (59%)
56       Containers      3       1        0B      0B (0%)
57       Local Volumes   1       1        22B     0B (0%)
58
59       $ podman system df -v
60       Images space usage:
61
62       REPOSITORY                 TAG      IMAGE ID       CREATED       SIZE     SHARED SIZE   UNIQUE SIZE   CONTAINERS
63       docker.io/library/alpine   latest   5cb3aa00f899   2 weeks ago   5.79MB   0B            5.79MB       5
64
65       Containers space usage:
66
67       CONTAINER ID    IMAGE   COMMAND       LOCAL VOLUMES   SIZE     CREATED        STATUS       NAMES
68       073f7e62812d    5cb3    sleep 100     1               0B       20 hours ago   exited       zen_joliot
69       3f19f5bba242    5cb3    sleep 100     0               5.52kB   22 hours ago   exited       pedantic_archimedes
70       8cd89bf645cc    5cb3    ls foodir     0               58B      21 hours ago   configured   agitated_hamilton
71       a1d948a4b61d    5cb3    ls foodir     0               12B      21 hours ago   exited       laughing_wing
72       eafe3e3c5bb3    5cb3    sleep 10000   0               72B      21 hours ago   exited       priceless_liskov
73
74       Local Volumes space usage:
75
76       VOLUME NAME   LINKS   SIZE
77       data          1       0B
78
79       $ podman system df --format "{{.Type}}\t{{.Total}}"
80       Images          1
81       Containers      5
82       Local Volumes   1
83
84
85

SEE ALSO

87       podman(1), podman-system(1)
88
89

HISTORY

91       March 2019, Originally compiled by Qi Wang (qiwan at redhat dot com)
92
93
94
95                                                           podman-system-df(1)
Impressum