question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker attach stdin support

See original GitHub issue
Error occured in API request
java.lang.UnsupportedOperationException: Passing stdin to the container is currently not supported.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mia-cxcommented, Mar 14, 2020

yes

0reactions
Derkadescommented, Mar 15, 2020

Ignore the comment above, I had to set withFollowStream to true.

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker attach - Docker Documentation
Use docker attach to attach your terminal's standard input, output, and error (or any combination of the three) to a running container using...
Read more >
Write to stdin of running docker container - Stack Overflow
Say I run a docker container as a daemon: docker run -d foo. is there a way to write to the stdin of...
Read more >
explain how to attach a combination of stdin/stdout/stderr ...
Use docker attach to attach your terminal's standard input, output, and error (or any combination of the three) to a running container.
Read more >
How to send text to stdin of docker container? - Server Fault
The container is started with -it , so I can docker attach <container-name> , type my text, send it with enter and detach...
Read more >
Attach and Detach From a Docker Container - Baeldung
A Docker container can be run either attached to or detached from the terminal that launched it. We look at how to launch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found