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

Can't stop the container with Ctrl+C #3

Open
radarku opened this issue Apr 6, 2019 · 5 comments
Open

Can't stop the container with Ctrl+C #3

radarku opened this issue Apr 6, 2019 · 5 comments

Comments

@radarku
Copy link
Owner

radarku commented Apr 6, 2019

No description provided.

@radarku
Copy link
Owner Author

radarku commented Apr 6, 2019

executing docker run with the -it flag fixed this; need to update the documentation

@radarku
Copy link
Owner Author

radarku commented Apr 6, 2019

fixed in ac9071f

@radarku radarku closed this as completed Apr 6, 2019
@ben-xD
Copy link

ben-xD commented May 24, 2022

I seem to have the same problem right now, but using -it doesn't help. I had to manually stop it by

  • identifying the running container with docker ps -a and then
  • killing the container with docker kill $container_id

CleanShot 2022-05-24 at 17 28 28

@radarku
Copy link
Owner Author

radarku commented May 26, 2022

Strange @ben-xD . It's working for me:
image

@radarku radarku reopened this May 26, 2022
@radarku
Copy link
Owner Author

radarku commented May 26, 2022

Reopening this issue; I would appreciate any help you can give me to reproduce this issue @ben-xD

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

2 participants