1.0.1 • Published 6 years ago

docker-restart v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Docker Restart

An NPM module which enables one to add containers to groups with priority levels and restart them based on given programmatic triggers while also allowing the containers to respond to the restart before it happens.

Includes Typescript definitions and Javascript source maps.

API Documentation

Manager

The Manager is the class which is hosted in some service which will have dispatcher or master control over restarting containers. This class manages the state of given objects.

Receiver

The Receiver is the class which handles events and is deployed in each container's code.