mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add format to podman system df
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -14,6 +14,19 @@ Show podman disk usage
|
||||
|
||||
Pretty-print images using a Go template or JSON. This flag is not allowed in combination with **--verbose**
|
||||
|
||||
Valid placeholders for the Go template are listed below:
|
||||
|
||||
| **Placeholder** | **Description** |
|
||||
| ------------------------- | ------------------------------------------------ |
|
||||
| .Active | Indicates whether volume is in use |
|
||||
| .RawReclaimable | Raw reclaimable size of each Type |
|
||||
| .RawSize | Raw size of each type |
|
||||
| .Reclaimable | Reclaimable size or each type (human-readable) |
|
||||
| .Size | Size of each type (human-readable) |
|
||||
| .Total | Total items for each type |
|
||||
| .Type | Type of data |
|
||||
|
||||
|
||||
#### **--verbose**, **-v**
|
||||
Show detailed information on space usage
|
||||
|
||||
|
Reference in New Issue
Block a user