From d98837a2e05a8f8e22c0894e5f150a7d952282cf Mon Sep 17 00:00:00 2001 From: Luis Miguel Vicente Fuentes Date: Wed, 28 Feb 2018 19:32:53 +0100 Subject: [PATCH] Add README file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c95a1e8 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Monit - UNIX Systems Management + +Run Monit inside docker. + +[![Monit](https://mmonit.com/monit/img/logo.png)](https://mmonit.com/monit/) + +[Monit](https://mmonit.com/monit/) is a free open source utility for managing and monitoring, processes, programs, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. + +## Docker setup + +Install docker: https://docs.docker.com/engine/installation/ + +Docker documentation: https://docs.docker.com/ + +### Build-in docker image + +- build docker image `docker build -t monit .` + +- start monit: `docker run -ti -p 2812:2812 -v $(pwd)/monitrc:/etc/monitrc monit`