Monit is a small Open Source utility for managing and monitoring Unix systems
100K+
Monit Docker image based on Alpine Linux.
If you are interested, check out my other 🐳 Docker images!
MONIT_USERNAME=user
MONIT_PASSWORD=changeit
You can also use the following minimal command :
docker run -ti --name=monit --net=host --rm -v /:/host/:ro /var/run/docker.sock:/var/run/docker.sock -p 2812:2812 -e MONIT_USERNAME='admin' -e MONIT_PASSWORD='changeit' maltyxx/monit:latest
apk add links && links http://admin:changeit@localhost:2812
Content type
Image
Digest
Size
7.4 MB
Last updated
almost 5 years ago
docker pull maltyxx/monit