docs: clarify podman pod ps default output#28707
Conversation
danishprakash
left a comment
There was a problem hiding this comment.
LGTM once that suggestion/comment is handled.
On a separate note, I couldn't find a good reason why podman ps and podman pod ps differ in behavior (showing running vs all). Maybe it's accidental or because of docker compat in the case of podman ps.
But as it stands right now, this PR is needed to document the correct behavior, irrespective of the mismatch between the two sub-commands. Though in the long run, it'd be good to consolidate ps' behavior. @containers/podman-maintainers @containers/podman-reviewers
Signed-off-by: MayorFaj <mayorfaj@gmail.com>
33b1691 to
8ae6f02
Compare
I confirmed this locally as well. |
|
Cockpit tests failed for commit 8ae6f02. @martinpitt, @jelly, @mvollmer please check. |
I think it is exactly for Docker compatibility.
@MayorFaj Agreed, there should definitely be a note explaining this. @danishprakash, will you create an issue for consolidation so we don't forget about it? |
|
Summary
podman pod pslists all pods on the system by defaultChecklist
commits. (
git commit -s). (If needed, usegit commit -s --amend). The author email must matchthe sign-off email address. See CONTRIBUTING.md
for more information.
Fixes: #00000in commit message (if applicable)make validatepr(format/lint checks)Noneif no user-facing changes)Does this PR introduce a user-facing change?
Fixes: #28702