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

proxy SIGINT #126

Closed
AkihiroSuda opened this issue Mar 13, 2020 · 1 comment
Closed

proxy SIGINT #126

AkihiroSuda opened this issue Mar 13, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@AkihiroSuda
Copy link
Member

AkihiroSuda commented Mar 13, 2020

When dockerd receives SIGINT (Ctrl-C), dockerd handles the signal and gracefully shuts down with exit code 0.

This currently doesn't work with dockerd-rootless.sh.

Probably this function can be used for proxying signals: /~https://github.com/docker/cli/blob/7f612bfca67119c61461b61dd37b998668937f07/cli/command/container/tty.go#L100

@AkihiroSuda
Copy link
Member Author

Fixed in #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant