mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Add information about --latest support on man pages
On Mac and Windows systems the --latest option is not supported this PR mentions this fact in the examples section of the man page. Also added documentation and consistency to the man pages examples sections. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -49,11 +49,19 @@ Print usage statement
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
||||
Prune all unused volumes.
|
||||
```
|
||||
$ podman volume prune
|
||||
```
|
||||
|
||||
Prune all volumes. Note: this command will also remove all containers that are using a volume.
|
||||
```
|
||||
$ podman volume prune --force
|
||||
```
|
||||
|
||||
Prune all volumes that contain the specified label.
|
||||
```
|
||||
$ podman volume prune --filter label=mylabel=mylabelvalue
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user