getgrav / docker-grav

Official Docker Image for Grav
https://getgrav.org
199 stars 123 forks source link

How to stop the running docker image? #57

Open pH142857 opened 1 year ago

pH142857 commented 1 year ago

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.