Quickstart Nagios Core
Copy the sources to your docker host and build the container:
# docker build --rm -t <username>/nagios .
Get it from Docker Hub,
# docker pull docker.io/koyeung/nagios
Run the container and browse to http://containerhost/nagios/,
# docker run --name nagios -d -p 80:80 <username>/nagios
The following are configurable environment variables (and the default values)
NAGIOSADMIN_USER=nagiosadmin
NAGIOSADMIN_PASS=nagios
NAGIOSADMIN_EMAIL=nagios@localhost
TZ=Etc/UTC
Please check Dockerfile for more information.
Content type
Image
Digest
Size
208.8 MB
Last updated
over 8 years ago
docker pull koyeung/nagios