RFE: Allow filtering containers by command #24664
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/feature
Categorizes issue or PR as related to a new feature.
Feature request description
I want to bulk remove any intermediate containers left by Buildah. I understand that these are listed by
podman ps --external
and they are the ones that have "buildah" as the Command. Currently,podman ps --filter command=buildah
raises an invalid filter error.Suggest potential solution
Add a
command
filter so that I can runpodman ps --external --filter command=buildah --format "{{.ID}}" | xargs podman rm
.Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: