medlefsen / omd-docker

OMD Automated Build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omd-docker

Dockerfile for Open Monitoring Distribution (OMD).

Run from Docker Hub

A pre-built image is available on Docker Hub and can be run as follows:

docker run -d -t -p 80:80 --name 'omd-docker' --hostname 'omd-docker' lichti/omd-docker

This will leave a shell open to access the container.

OMD will become available on http://172.X.X.X/default. The default login is omdadmin with password omd. To find out the IP address, run ip addr in the container shell.

Build from Source

The Docker image can be built as follows:

git clone https://github.com/lichti/omd-docker
cd omd-docker
docker build -t="lichti/omd-docker" .

About

OMD Automated Build


Languages

Language:Shell 100.0%