Skip to content

orachide/docker-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image based on grafana/grafana that add the ability to define datasources from *json files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages