podman start --attach
does not connect stdin by default
#4259
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.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
podman create -ti --name nostdin busybox
podman start -a nostdin
Describe the results you received:
Podman does not attach stdin.
Describe the results you expected:
Podman does attach stdin.
Additional information you deem important (e.g. issue happens only occasionally):
Running
podman start -ai
instead works around this.For version information see #4258.
The text was updated successfully, but these errors were encountered: