mirror of https://github.com/containers/podman.git
Fix `podman container prune` docs for `--filter`
Fixes an error in the `podman container prune` docs that provides an example of how to use the `--filter until=` flag/filter in an incorrect way. Fixes: #19119 Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
This commit is contained in:
parent
285665f6f8
commit
0997cf012a
|
@ -62,7 +62,7 @@ fff1c5b6c3631746055ec40598ce8ecaa4b82aef122f9e3a85b03b55c0d06c23
|
|||
602d343cd47e7cb3dfc808282a9900a3e4555747787ec6723bb68cedab8384d5
|
||||
```
|
||||
|
||||
Remove all stopped containers from local storage created within last 10 minutes
|
||||
Remove all stopped containers from local storage created before the last 10 minutes
|
||||
```
|
||||
$ podman container prune --filter until="10m"
|
||||
WARNING! This will remove all stopped containers.
|
||||
|
|
Loading…
Reference in New Issue