minitor/examples/docker-checks
IamTheFij e19280151e Update Dockerfile and example Dockerfile
Done to show non-root usage and more inbuilt utilities
2019-08-01 13:54:52 -07:00
..
Dockerfile Update Dockerfile and example Dockerfile 2019-08-01 13:54:52 -07:00
Readme.md Add docker check example 2019-05-31 16:43:14 -07:00
docker-compose.yml Add docker check example 2019-05-31 16:43:14 -07:00

Readme.md

Docker Checks

A sample docker-compose example that uses the bundled shell scripts to monitor the health of other Docker containers.

Security note

Exposing /var/run/docker.sock comes at a risk. Please be careful when doing this. If someone is able to take over your Minitor container, they will then essentially have root access to your whole host. To minimize risk, be wary of exposing Minitor to the public internet when using a configuration like this.