Skip to content

charlesreid1-docker/d-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-grafana

This repo contains files for creating a Grafana Docker container.

Build and run the docker image

./build_grafana.sh
./run_grafana.sh

This uses the run script in scripts/ to run the grafana server.

The build script builds the container image using the Dockerfile.

The run script contains the docker run command.

This docker image is based on grafana-docker on github.

Persistent data

MongoDB will store data in /var/lib/grafana. Map /var/lib/grafana to the host to keep data persistent.

$ mkdir -p /tmp/mongodb

$ docker run \
    ...
    -v /tmp/grafana:/var/lib/grafana \
    ...

About

Scripts for setting up a Docker image for Grafana.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages