podman rm -f con1 con2 con-nonexistent not working #21529
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
Describe your issue
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
The rm commands returns with exit code 0 and no error printed.
Describe the results you expected
both containers gone
podman info output
latest main
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
Without
-f
there is a proper error report that t3 does not exists but I think t1 and t2 should still be deleted.Error: no container with ID or name "t3" found: no such container
The text was updated successfully, but these errors were encountered: