Sign inSign up

xorux/lpar2rrd

By xorux

Updated 14 days ago

Image
8

10K+

xorux/lpar2rrd repository overview

XoruX LPAR2RRD

This is dockerized version of single XoruX application - LPAR2RRD.

It's based on the latest official Alpine Linux with all necessary dependencies installed.

Quick start:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd xorux/lpar2rrd

You can set container timezone via env variable TIMEZONE in docker run command:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd -e TIMEZONE="Europe/Prague" xorux/lpar2rrd

If you want to use this container as a XorMon backend, set XORMON env variable:

docker run -d --name LPAR2RRD --restart always -v lpar2rrd:/home/lpar2rrd -e XORMON=1 xorux/lpar2rrd

Application UI can be found on http://<CONTAINER_IP>, use admin/admin for login.

Tag summary

Content type

Image

Digest

sha256:e223285e2

Size

126.4 MB

Last updated

14 days ago

docker pull xorux/lpar2rrd