Grafana installation in a container ready to deploy
Go to file
Luzifer.io Jenkins ebd800bc0f Grafana 11.2.0
2024-08-28 05:02:37 +00:00
.travis.yml Add automated version update 2017-08-30 11:36:01 +02:00
Dockerfile Grafana 11.2.0 2024-08-28 05:02:37 +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 Update catalog api url 2021-12-02 02:02:18 +01: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