grafana/packaging/docker
John S 4d3067e139
Docs: Refactor inconsistent unordered lists (#27826)
* Docs: Refactor inconsistent unordered lists

* add requested changes

* Update docs/sources/linking/data-link-variables.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Update docs/sources/http_api/_index.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Update docs/sources/guides/whats-new-in-v6-0.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Update docs/sources/auth/auth-proxy.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* resolve weird line breaks

* revert unintentional change

* Update docs/sources/auth/auth-proxy.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Update docs/sources/auth/auth-proxy.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Update docs/sources/auth/auth-proxy.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-02 11:02:11 -07:00
..
custom Image Rendering: Remove PhantomJS support (#23460) 2020-04-15 22:17:41 +02:00
build-enterprise.sh Docker: Publish enterprise image with master-commit tag (#22008) 2020-02-07 16:08:14 +01:00
build.sh Docker: Upgrade to base on Alpine 3.12 (#25936) 2020-06-30 14:26:02 +02:00
Dockerfile Drone: Upgrade drone-grafana-docker image (#27911) 2020-09-29 21:34:34 +02:00
push_to_docker_hub.sh Build: Build Ubuntu based Docker images also for ARM (#20267) 2019-11-11 18:05:46 +01:00
README.md Docs: Refactor inconsistent unordered lists (#27826) 2020-10-02 11:02:11 -07:00
run.sh build: refactoring. 2018-11-16 09:03:46 +01:00
ubuntu.Dockerfile Drone: Upgrade drone-grafana-docker image (#27911) 2020-09-29 21:34:34 +02: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