Sign inSign up

orachide/grafana

By orachide

Updated over 9 years ago

Based on grafana/grafana docker image with ability to define datasources from *json files.

Image
1

1.0K

orachide/grafana repository overview

license

Docker Automated buil Docker Pulls Docker Stars

Grafana Docker image

This project is based on grafana/grafana docker image and add the ability to define datasources from *json files.

Running your Grafana container

Start your container with datasources defined in to create on run.

docker run \
  -d \
  -p 3000:3000 \
  --name=grafana \
  -v /datasources /etc/grafana/datasources \
  orachide/grafana

Datasources *json files should be placed in your /datasources in the above example. All other features from grafana/grafana image still work

Tag summary

Content type

Image

Digest

Size

102.2 MB

Last updated

over 9 years ago

docker pull orachide/grafana