docker-stop
v1.0.0
Published
Gracefully shutdown your services and obide to dockers stop specification
Maintainers
Readme
Docker Stop
Gracefully shutdown your node applications when running within docker and using docker stop blah
Usage
var ds = require('docker-stop');
ds(server);
