Skip to content

docs: note that docker run -a stdin is not --interactive - #25826

Open
locker95 wants to merge 1 commit into
docker:mainfrom
locker95:docs/run-attach-vs-interactive
Open

docs: note that docker run -a stdin is not --interactive#25826
locker95 wants to merge 1 commit into
docker:mainfrom
locker95:docs/run-attach-vs-interactive

Conversation

@locker95

Copy link
Copy Markdown
Contributor

-a stdin only binds the stream. without -i STDIN is still closed, so piping a file into docker run -a stdin -a stdout -a stderr ... prints nothing.

Fixes #14528

Signed-off-by: Dean Chen <862469039@qq.com>
@netlify

netlify Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit a3613a8
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a7e5549f356e900083426be
😎 Deploy Preview https://deploy-preview-25826--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker run -a stdin confusing behaviour

1 participant