All Posts
Running Grafana On Docker
Grafana is a popular opensource tool for visualizing metrics from various data sources. We have the popular alpine docker build available from dockerhub itself. Like any other tool that requires persistent volume (if you want the data to be saved across restarts), we need to have a local volume created. This blog is all about starting Grafana with persistent volume mount configured against a postgres datasource.