Monit Docker image based on Alpine Linux.
If you are interested, check out my other 🐳 Docker images!
- armv7 (arm32)
- armv8 (arm64)
- amd64 (x86_64)
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 -p 2812:2812 -e MONIT_USERNAME='admin' -e MONIT_PASSWORD='changeit' maltyxx/monit:latest
apk add links && links http://admin:changeit@localhost:2812