Installation
Quick start:
docker run -d --name STOR2RRD --restart always -p 8080:80 xorux/stor2rrdIf 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
If you run container with volume params, it will use XORUX_DIR to store all data and configurations for easy backups, log access and further upgrades.
You can set container timezone via env variable TIMEZONE in docker run command:
docker run -d --name STOR2RRD --restart always -v $XORUX_DIR/stor2rrd:/home/stor2rrd -v $XORUX_DIR/stor2rrd:/home/stor2rrd -p 8080:80 -e TIMEZONE="Europe/Prague" xorux/stor2rrd>
On first run:
You can connect via SSH on port 22 (exposed), username stor2rrd, password xorux4you - please change it ASAP.
Docker Hub> docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d96c9e5edcdb xorux/stor2rrd /startup.sh 7 weeks ago Up 8 minutes 22/tcp,443/tcp,8162/tcp,0.0.0.0:80->80/tcp berserk_payne
> docker inspect berserk_payne | grep Address "LinkLocalIPv6Address": "", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "GlobalIPv6Address": "", "IPAddress": "172.17.0.2", "MacAddress": "02:42:ac:11:00:02", "IPAddress": "172.17.0.2", "GlobalIPv6Address": "", "MacAddress": "02:42:ac:11:00:02"