This is dockerized version of single XoruX application - STOR2RRD.
It's based on the latest official Alpine Linux with all necessary dependencies installed.
Quick start:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd xorux/stor2rrd
You can set container timezone via env variable TIMEZONE in docker run command:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd -e TIMEZONE="Europe/Prague" xorux/stor2rrd
If you want to use this container as a XorMon backend, set XORMON env variable:
docker run -d --name STOR2RRD --restart always -v stor2rrd:/home/stor2rrd -e XORMON=1 xorux/stor2rrd
Application UI can be found on http://<CONTAINER_IP>, use admin/admin for login.