mafintosh / docker-run

Start a docker image and attach to it
MIT License
58 stars 16 forks source link

Add SIGQUIT event handler #6

Closed marcbachmann closed 8 years ago

marcbachmann commented 8 years ago

I have an app that uses a SIGQUIT signal to terminate a process. IMO this should also be supported.

mafintosh commented 8 years ago

Sounds good. Released in 2.3.0. Thanks for the patch!

marcbachmann commented 8 years ago

Thanks :+1: