Monit installation on top of official debian:jessie image.
- Latest, 5.23.0 (5.23.0/Dockerfile)
- 5.19.0 (5.19.0/Dockerfile)
Run detached, specifying hostname, exposing port 80 and mounting a custom monit.d
configuration directory:
docker run -h example.com -d -p 2812:2812 -v /path/to/monit.d:/etc/monit.d --name=monit monit
Get a minimal monit.d directory to start with.