Grafana installation in a container ready to deploy
Go to file
Travis Automated Update 5cd47d34d2 Grafana 7.1.4
2020-08-20 18:58:30 +00:00
.travis.yml Add automated version update 2017-08-30 11:36:01 +02:00
Dockerfile Grafana 7.1.4 2020-08-20 18:58:30 +00:00
LICENSE Add License 2018-09-11 12:50:28 +02:00
README.md Updated readme 2015-12-20 13:47:33 +01:00
update-version.sh Do not do an extra curl, just patch 2019-10-13 18:28:39 +02:00

luzifer-docker / grafana

This container currently only contains the Grafana 2.6.0.

Running your Grafana image


Start your image binding the external port 3000.

docker run -i -p 3000:3000 grafana/grafana

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

Configuring your Grafana container

All options defined in conf/grafana.ini can be overriden using environment variables, for example:

docker run -i -p 3000:3000 \
  -e "GF_SERVER_ROOT_URL=http://grafana.server.name"  \
  -e "GF_SECURITY_ADMIN_PASSWORD=secret  \
  grafana/grafana