Sign inSign up

tehranian/docker-grafana

By tehranian

Updated almost 11 years ago

Image
0

363

tehranian/docker-grafana repository overview

Docker image of Grafana

This image contains a standalone instance of Grafana (with ElasticSearch for persistance)

There are a few Dockerfiles out there for an all-in-one statsd/graphite/grafana install, which is great, but these isn't as useful if you already have graphite going, or are using Hosted Graphite, and just want to setup Grafana separately.

The image has one customizable setting, GRAPHITE_URL, which can be specified via a Docker environment variable, and it exposes one port, 80.

Build

./build

Run

./start https://your-graphite-server-url

Run from Docker Index (prebuilt image)

docker run -d -p 80:80 --name grafana -e GRAPHITE_URL=https://www.hostedgraphite.com/myAccessKeyUrl keeth/grafana

Tag summary

Content type

Image

Digest

sha256:df8d4187c

Size

192 MB

Last updated

almost 11 years ago

docker pull tehranian/docker-grafana