grafana/packaging/docker
gotjosh f38187d68b
Minor 6.3.0 beta1 changes (#18048)
* chore: mirror the Dockerhub readme

Seems like the dockerhub readme is out of sync with this one. Let's update this one to make them identical.

* chore: add changes part of 6.3.0-beta1 to the docker image README

* chore: add the date to the 6.3.0-beta1 changes in the CHANGELOG
2019-07-17 17:24:09 +01:00
..
custom build: complete docker build for master and releases. 2018-08-02 19:24:05 +02:00
build-deploy.sh build: removes curl install from build. 2019-01-10 15:12:43 +01:00
build-enterprise.sh build: update latest when pushing docker. 2018-12-04 11:16:49 +01:00
build.sh Docker: Switch base to ubuntu:latest (#17066) 2019-06-14 22:57:55 +02:00
deploy_to_k8s.sh build: imported latest changes from grafana-docker. 2018-08-02 19:24:05 +02:00
Dockerfile Docker: Switch base to ubuntu:latest (#17066) 2019-06-14 22:57:55 +02:00
push_to_docker_hub.sh build: removes arm32v6 docker image. 2019-01-22 11:44:02 +01:00
README.md Minor 6.3.0 beta1 changes (#18048) 2019-07-17 17:24:09 +01:00
run.sh build: refactoring. 2018-11-16 09:03:46 +01:00

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

v6.3.0-beta1

  • Docker: Switch base image to ubuntu:latest from debian:stretch to avoid security issues.

v5.4.3

  • Build and publish docker images for armv7 and arm64 #14617, thx @johanneswuerbach

v5.3.2

  • adds curl back into the docker image for utility. #13794

v5.3.0-beta1

  • Make it possible to set a specific plugin url #12861, thx ClementGautier

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