docker-grav icon indicating copy to clipboard operation
docker-grav copied to clipboard

How to stop the running docker image?

Open pH142857 opened this issue 2 years ago • 0 comments

Hello, I followed the documentation to run a docker image but when I try to stop it with Ctrl+C in the terminal, it doesn't work. The way I found is to open a new terminal, run docker container ls -a to find the running container and then run docker stop <id>. Is there a simpler way? Could it be documented in the readme? It might be basic docker knowledge, sorry if that's the case, I'm new to it all.

pH142857 avatar Nov 15 '23 11:11 pH142857