-
Notifications
You must be signed in to change notification settings - Fork 32
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
foreground run can't be killed with ctrl-c #20
Comments
How are u running it? Do you have the execution command you used? |
Then I try ctrl-c but it's stuck. Have to kill the container. Had this problem both on ubuntu and on mac os. |
I saw your other issue, I am having the same problem... can't seem to make it work, but I was able to kill the container, though |
You need to attach the console to the container, like:
I also use --rm for testing, so that the exited containers are automatically removed. |
If one runs this image in the foreground, it's not possible to kill the server and exit using ctrl-c.
The text was updated successfully, but these errors were encountered: