Podman run ignores stdin #3880
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
Description
Seems like
podman run
ignores stdin.Steps to reproduce the issue:
and observe that there is no output.
buildah
:which correctly prints "hello world!".
Describe the results you received:
No output from the above, seems like stdin is not forwarded to the container command.
Describe the results you expected:
The command should print "hello world", in the same way as it happens with
buildah run
.Additional information you deem important (e.g. issue happens only occasionally):
I seem to recall that
buildah
had the same issue originally, which has been fixed in relation to containers/buildah#1650 (and possibly others).Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Physical host (laptop) with
podman
andbuildah
from PPA.Output of
buildah version
:The text was updated successfully, but these errors were encountered: