Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

How can I write some text to running container STDIN? #243

Closed
mfilippov opened this issue Sep 15, 2015 · 2 comments
Closed

How can I write some text to running container STDIN? #243

mfilippov opened this issue Sep 15, 2015 · 2 comments

Comments

@mfilippov
Copy link

How can I write some text to running container STDIN?

@rgrunber
Copy link
Contributor

I think this is the same as Issue #156 . It's not really supported, but it is possible to do with some extra work. One basically needs to retrieve the stream before it's cast as just an input stream by the apache httpclient library and get a reference to the output stream. More information on how one could do this is found there.

@davidxia
Copy link
Contributor

closing this duplicate issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants