Based on grafana/grafana docker image with ability to define datasources from *json files.
1.0K
This project is based on grafana/grafana docker image and add the ability to define datasources from *json files.
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
Content type
Image
Digest
Size
102.2 MB
Last updated
over 9 years ago
docker pull orachide/grafana