The grafana container
  • Shell 56.8%
  • Dockerfile 43.2%
Find a file
2021-06-14 13:55:23 +02:00
root add support for GF_INSTALL_PLUGINS env variable 2021-06-11 18:06:18 +02:00
Dockerfile set default value of GF_INSTALL_PLUGINS env variable 2021-06-14 13:55:23 +02:00
help.md initial container import 2020-04-15 20:48:41 +02:00
README.md initial container import 2020-04-15 20:48:41 +02:00

Grafana container

Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, InfluxDB and Performance Co-Pilot.

Usage

$ podman run -d \
    --name grafana \
    -p 3000:3000 \
    -v grafana-data:/var/lib/grafana \
    registry.fedoraproject.org/grafana

Environment Variables

GF_INSTALL_PLUGINS

Default: unset.

Comma-separated list of Grafana plugins to install. To install plugins from a different source, use the following format: GF_INSTALL_PLUGINS=<url to plugin zip>;<plugin name>

Volumes

/var/lib/grafana

Grafana data directory. Contains the default SQLite database with the configured dashboards and settings, and installed 3rd party plugins.

Ports

3000/tcp

The integrated web server listens on this port and serves the Grafana web application.

Documentation

https://grafana.com/docs/grafana/