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

Closing a pipe should close the exec #747

Open
paulbellamy opened this issue Dec 11, 2015 · 1 comment
Open

Closing a pipe should close the exec #747

paulbellamy opened this issue Dec 11, 2015 · 1 comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it

Comments

@paulbellamy
Copy link
Contributor

Reproduce by:

  1. Run a container: docker run -ti alpine /bin/sh
  2. Run an exec from scope
  3. Run a long-running process: apk --update add htop && htop
  4. Click the exec's close-button or close the window
  5. in the container run ps aux | grep htop and observe that the previous cmd is still running.

Found in #650

@tomwilkie tomwilkie added this to the 0.12.0 milestone Dec 14, 2015
@tomwilkie
Copy link
Contributor

Good luck with that: moby/moby#9098

@tomwilkie tomwilkie modified the milestones: 0.12.0, Post-1.0 Dec 14, 2015
@rade rade added the bug Broken end user or developer functionality; not working as the developers intended it label Jul 4, 2016
@rade rade modified the milestone: Post-1.0 Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Projects
None yet
Development

No branches or pull requests

4 participants