π What did you see?
Am running the project as mentioned in the README, running the script with with command mentioned: ./docker_shell.sh.
Once Docker is started I get console output including the following at the end.
Web Server is available at http://localhost:1313/ (bind address 0.0.0.0)
Press Ctrl+C to stop
However, pressing Ctrl+C does nothing.
Instead I have to go to a different console window, type docker ps to find the container and then stop/kill it.
β
What did you expect to see?
I'd expect the docker container to be stopped/killed using the provided command (or, if that command no longer works, be provided with the correct command).
π¦ Which tool/library version are you using?
Mac OS 13.4
IntelliJ IDEA 2023.1.3 (Ultimate Edition)
Docker Desktop 4.10.1 (82475)
π¬ How could we reproduce it?
Run ./docker_shell.sh
Press Ctrl+C
π Any additional context?
π What did you see?
Am running the project as mentioned in the README, running the script with with command mentioned:
./docker_shell.sh.Once Docker is started I get console output including the following at the end.
However, pressing Ctrl+C does nothing.
Instead I have to go to a different console window, type
docker psto find the container and then stop/kill it.β What did you expect to see?
I'd expect the docker container to be stopped/killed using the provided command (or, if that command no longer works, be provided with the correct command).
π¦ Which tool/library version are you using?
Mac OS 13.4
IntelliJ IDEA 2023.1.3 (Ultimate Edition)
Docker Desktop 4.10.1 (82475)
π¬ How could we reproduce it?
Run
./docker_shell.shPress Ctrl+C
π Any additional context?