-
-
Notifications
You must be signed in to change notification settings - Fork 464
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
container.attach writes attachOptions into container's stdin #777
Comments
Hi! We are also having the same issue. Any updates in the past 4 months? Are you using a Mac by any chance? |
@Luluno01 No unfortunately not. Are you trying to connect to a Minecraft Server in a docker container? |
Thanks for the information. No, I'm just spinning up a container running a Node.js application and writing some inputs via |
Hi, I find this problem might relate to docker version. Would you mind sharing your docker version? Thanks! |
When writing into container's stdin sometimes dockerode automatically writes attachOptions infront of the actual input.
Does anybody have the same issue and a possible solution?
Input
{"stream":true,"stdin":true,"stdout":true,"stderr":true,"hijack":true,"logs":false}say hello
Code
The text was updated successfully, but these errors were encountered: