Factor-y / DominoOnDocker

Build Docker images with IBM Domino Server on it
MIT License
9 stars 5 forks source link

Identify the monitoring strategy "inside" the DominoOnDocker container #2

Open DanieleVistalli opened 6 years ago

DanieleVistalli commented 6 years ago

A Domino server is a "complex" system running in docker.

A way to monitor/manage components in the container should be considered.

DanieleVistalli commented 6 years ago

In order to boot/manage domino services inside the container I'd like to add an extremely lightweight monitoring/service manager daemon.

My current base-idea is to use:

Also read why:

https://blog.deimos.fr/2016/01/13/docker-why-you-should-use-monit-instead-of-supervisord/

What's your opinion ?