This image can be used to demonstrate signal handling inside of containers
1.4K
This image ships a script that will print log messages about the signals that it receives.
docker container run jfahrer/stop_demo:latest
Then press Ctrl-C to send a SIGINT. Or use the docker container stop and docker container kill commands to send other signals.
This image is not intended to be used in production. Its sole purpose is to demonstrate the functionalities of Docker. Head to https://learndocker.online for more information.
Content type
Image
Digest
Size
4.3 MB
Last updated
over 8 years ago
docker pull jfahrer/stop_demo