Exposed Volume: /etc/icingaweb2: Icingaweb2 Config Files
Exposed Port: 80: Icingaweb2 HTTP Port
2.4.2-r1: Icingaweb2 Version 2.4.2, image build 12.4: Icingaweb2 Version 2.4.x, latest image build2: Icingaweb2 Version 2.x.x, latest image buildSee docker-compose.yml: Icinga2 stack with UI and Graphing (TODO)
Initialization creates admin:admin user, don't forget to change the password!
sudo docker run \
--rm -t \
--name icingaweb2 \
--link mysql \
--link icinga2 \
-p 8080:80 \
-e TIMEZONE=Europe/Berlin \
-e ICINGA_API_PASS=damn-secret \
-e WEB_DB_PASS=top-secret \
-v $PWD/conf:/etc/icingaweb2 \
psitrax/icingaweb2
TIMEZONE=UTC: TimezoneICINGAWEB_AUTOCONFIG=true: Set to false to disable auto configurationDIRECTOR_INSERT_DEFAULTS=true: Insert some defaults for Icinga DirectorICINGA_API_PASS: Password Icinga2 API user icingaweb2WEB_DB_HOST=mysql: Database HostWEB_DB_PORT=3306: Database PortWEB_DB_USER=root: Database UserWEB_DB_PASS=root: Database PasswordWEB_DB=icingaweb: Database NameDIRECTOR_DB: Database Name for DirectorIDO_DB_HOST=mysql: Database HostIDO_DB_PORT=3306: Database PortIDO_DB_USER=root: Database UserIDO_DB_PASS=root: Database PasswordIDO_DB=icinga2: Database NameContent type
Image
Digest
Size
54 MB
Last updated
almost 6 years ago
docker pull psitrax/icingaweb2