Grafana installation in a container ready to deploy
Go to file
Travis Automated Update b60236d3e3 Grafana 6.2.0
2019-05-22 15:01:25 +00:00
.travis.yml Add automated version update 2017-08-30 11:36:01 +02:00
Dockerfile Grafana 6.2.0 2019-05-22 15:01:25 +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 Fix commit message for auto-updater 2017-09-14 15:41:17 +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