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

Powerstrip is buggy in stdin mode over SSH #66

Open
lukemarsden opened this issue Mar 14, 2015 · 0 comments
Open

Powerstrip is buggy in stdin mode over SSH #66

lukemarsden opened this issue Mar 14, 2015 · 0 comments

Comments

@lukemarsden
Copy link
Contributor

When -i is passed to docker run when running over SSH in interactive mode, powerstrip doesn't terminate until some data is sent.

The following test demonstrates this:

$ ssh localhost DOCKER_HOST=unix:///var/run/docker.sock docker run ubuntu echo hello
hello
<hangs; hit enter and it goes back to the prompt>
$ ssh localhost DOCKER_HOST=unix:///var/run/docker.real.sock docker run ubuntu echo hello
hello
$ <returns to prompt immediately>
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

No branches or pull requests

1 participant