Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman start --attach does not connect stdin by default #4259

Closed
rohanlean opened this issue Oct 14, 2019 · 2 comments
Closed

podman start --attach does not connect stdin by default #4259

rohanlean opened this issue Oct 14, 2019 · 2 comments
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

Comments

@rohanlean
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

Steps to reproduce the issue:

  1. podman create -ti --name nostdin busybox

  2. 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.

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 14, 2019
@mheon
Copy link
Member

mheon commented Oct 14, 2019

I need to double-check against Docker, but I think the expected behavior is to set -i by default if the container was created with -i

@github-actions
Copy link

This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days.

@mheon mheon closed this as completed Nov 14, 2019
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants