grafana/packaging/docker
Anthony Woods 5b067e2868 update triggers to use new deployment_tools location (#20194)
raintank/deployment_tools repo is being moved to grafana/deployment_tools
2019-11-06 10:53:16 +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: Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues (#19798) 2019-10-24 14:34:14 +02:00
deploy_to_k8s.sh update triggers to use new deployment_tools location (#20194) 2019-11-06 10:53:16 +01:00
Dockerfile Docker: makes it possible to parse timezones in the docker image (#20081) 2019-10-30 09:33:27 +01:00
push_to_docker_hub.sh Fix failing end to end tests job for release (#18323) 2019-08-01 15:52:00 +02:00
README.md Update README.md (#19551) 2019-10-09 09:41:11 +02:00
run.sh build: refactoring. 2018-11-16 09:03:46 +01:00

Grafana Docker image

This topic contains instructions for installing Grafana using the Docker image.

Run the Grafana Docker container

Start the Docker container by binding Grafana to external port 3000.

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

Try it out, default admin user credentials are admin/admin.

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

Changelog

v6.4.0-pre1

  • Switched base image from Ubuntu:18.04 to Alpine:3.10.

v6.3.0-beta2

  • Switched base image from Ubuntu:latest to Ubuntu:18.04.

v6.3.0-beta1

  • Switched base image to Ubuntu:latest from Debian:stretch to avoid security issues.

v5.4.3

  • Added ability to build and publish Docker images for armv7 and arm64, #14617, thx @johanneswuerbach.

v5.3.2

  • Added Curl back into the Docker image for utility, #13794.

v5.3.0-beta1

  • Made it possible to set a specific plugin URL, #12861, thx ClementGautier.

v5.1.5, v5.2.0-beta2

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

v5.2.0-beta1

  • Added support for Docker secrets.

v5.1.0

  • Major restructuring of the container.
  • Removed usage of chown.
  • Fixed 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).
  • Removed all default volumes.

v4.2.0

  • Plugins are now installed into ${GF_PATHS_PLUGINS}.
  • Building the container now requires a full URL to the Debian package instead of just the version.
  • Fixed 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