We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When dockerd receives SIGINT (Ctrl-C), dockerd handles the signal and gracefully shuts down with exit code 0.
dockerd
SIGINT
This currently doesn't work with dockerd-rootless.sh.
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
The text was updated successfully, but these errors were encountered:
Fixed in #127
Sorry, something went wrong.
No branches or pull requests
When
dockerd
receivesSIGINT
(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
The text was updated successfully, but these errors were encountered: