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
./start https://your-graphite-server-url
docker run -d -p 80:80 --name grafana -e GRAPHITE_URL=https://www.hostedgraphite.com/myAccessKeyUrl keeth/grafana