Munin Docker image from the munin github (https://github.com/munin-monitoring/munin) master branch
10K+
Munin Docker image | http://hub.docker.com/u/jefferyb/munin
# development release
$ oc new-app --name=munin jefferyb/munin
# stable release
$ oc new-app --name=munin jefferyb/munin:stable
# development release
$ kubectl run munin --image=jefferyb/munin
# stable release
$ kubectl run munin --image=jefferyb/munin:stable
# development release
$ docker run -itd --name munin -p 4948:4948 jefferyb/munin
# stable release
$ docker run -itd --name munin -p 8080:8080 jefferyb/munin:stable
/opt/app-root/sandbox/var/lib used to store the collected data/opt/app-root/sandbox/etc/munin/munin-conf.d to add your own configuration/var/lib/munin used to store the collected data/etc/munin/conf.d to add your own configuration4948 - Munin HTTP server (latest development release)8080 - Munin HTTP server (latest stable release)Content type
Image
Digest
Size
180.9 MB
Last updated
over 7 years ago
docker pull jefferyb/munin