docker image ls: No header in no container #2877
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
I am not sure if it is bug or intended.
Description
There is a different behavior between podman and docker-ce about the
image ls
command.The difference "no header in no container" makes me wonder if the podman works
Steps to reproduce the issue:
My environment: Fedora 29.
docker-ce
Remove all the container.
A header is shown in no container.
podman
Remove all the container.
A header is NOT shown in no container.
When the container exists, the header is shown.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
physical.
The text was updated successfully, but these errors were encountered: