Docker

Rendering static images from Grafana

       700 words, 4 minutes

When it comes to rendering graphical representation of all the metrics I gather, I generally use RRDtool . Yes, I’m that old ;-) But I also have a Grafana instance from which I render stuff that can’t be done using RRDgraph. But, so far, I couldn’t generate a static PNG file from a panel to insert in a static web page. But this was until I found the Grafana Image Rendered plug-in.

Continue reading...


Running a Docker Host under OpenBSD using vmd(8)

       920 words, 5 minutes

The OpenBSD virtual machine daemon works pretty well with Linux VMs nowadays. This was time for me to see if I could replace the Synology Docker service with some Docker host provided by vmd(8).

Continue reading...


SOGo in Docker container on QNAP TS-453mini

       494 words, 3 minutes

The QNAP ContainerStation allows to run LXC and Docker containers. According to the Internet, this should be less resources consuming than virtualization via KVM. Here’s how I run SOGo in a docker container.

Continue reading...