You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run podman volume ls when I have no volumes, it lists no volumes, but also doesn't print the headers that I'd expect from having used podman image ls.
To have consistency with other podman commands like `ps` and `images`,
`volume ls` should output its headers even when there are no volumes.
Fixes: containers#25911
Signed-off-by: Brent Baude <[email protected]>
To have consistency with other podman commands like `ps` and `images`,
`volume ls` should output its headers even when there are no volumes.
Fixes: containers#25911
Signed-off-by: Brent Baude <[email protected]>
baude
added a commit
to baude/podman
that referenced
this issue
Apr 21, 2025
To have consistency with other podman commands like `ps` and `images`,
`volume ls` should output its headers even when there are no volumes.
Fixes: containers#25911
Signed-off-by: Brent Baude <[email protected]>
Issue Description
When I run
podman volume ls
when I have no volumes, it lists no volumes, but also doesn't print the headers that I'd expect from having usedpodman image ls
.Steps to reproduce the issue
Steps to reproduce the issue
podman system reset
podman volume ls
Describe the results you received
No output, whether or not the
-n
flag is used.Describe the results you expected
Headers:
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes (main: 51c4df1)
Additional environment details
Additional environment details
Additional information
The text was updated successfully, but these errors were encountered: