This repository contains Dockerfile of Ubuntu for Docker's automated build published to the public Docker Hub Registry.
Analysing the Dockerfile one can get an overview how to install Monit from source.
The image can be useful for debugging Monit configurations in a clean environment.
Install Docker
Download automated build from public Docker Hub Registry:
docker pull czerasz/monit-base
Alternatively, you can build an image from Dockerfile:
docker build -t="czerasz/monit-base" github.com/czerasz/docker-monit-base
docker run -it --rm czerasz/monit-base
Content type
Image
Digest
sha256:f80ae9f01…
Size
178.1 MB
Last updated
almost 11 years ago
docker pull czerasz/monit-base