ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

Handle SIGINT gracefully #20

Closed ItsEcholot closed 2 years ago

ItsEcholot commented 2 years ago

Handle the SIGINT process event gracefully and quit the application. This should allow docker to stop a ContainerNursery container faster.