Skip to content

Commit

Permalink
Merge pull request containers#19227 from jakecorrenti/container-prune…
Browse files Browse the repository at this point in the history
…-docs-error

[CI:DOCS] Fix `podman container prune` docs for `--filter`
  • Loading branch information
openshift-merge-robot authored Jul 13, 2023
2 parents a6bdccd + 0997cf0 commit 72ec882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-container-prune.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 72ec882

Please sign in to comment.