The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/packaging/docker
Leonard Gram caa9a90bfd build: removes arm32v6 docker image. 6 years ago
..
custom build: complete docker build for master and releases. 7 years ago
Dockerfile Docker image for ARM 6 years ago
README.md Removes link to deprecated docker image build 7 years ago
build-deploy.sh build: removes curl install from build. 6 years ago
build-enterprise.sh build: update latest when pushing docker. 7 years ago
build.sh build: removes arm32v6 docker image. 6 years ago
deploy_to_k8s.sh build: imported latest changes from grafana-docker. 7 years ago
push_to_docker_hub.sh build: removes arm32v6 docker image. 6 years ago
run.sh build: refactoring. 7 years ago

README.md

Grafana Docker image

Running your Grafana container

Start your container binding the external port 3000.

docker run -d --name=grafana -p 3000:3000 grafana/grafana

Try it out, default admin user is admin/admin.

How to use the container

Further documentation can be found at http://docs.grafana.org/installation/docker/

Changelog

v5.1.5, v5.2.0-beta2

  • Fix: config keys ending with _FILE are not respected #170

v5.2.0-beta1

  • Support for Docker Secrets

v5.1.0

  • Major restructuring of the container
  • Usage of chown removed
  • File permissions incompatibility with previous versions
    • user id changed from 104 to 472
    • group id changed from 107 to 472
  • Runs as the grafana user by default (instead of root)
  • All default volumes removed

v4.2.0

  • Plugins are now installed into ${GF_PATHS_PLUGINS}
  • Building the container now requires a full url to the deb package instead of just version
  • Fixes bug caused by installing multiple plugins

v4.0.0-beta2

  • Plugins dir (/var/lib/grafana/plugins) is no longer a separate volume

v3.1.1