Sign inSign up

wyaeld/grafana

By wyaeld

Updated almost 11 years ago

grafana

Image
0

1.0K

wyaeld/grafana repository overview

Grafana docker image

This container builds a container with the version 2.5.0 of Grafana.

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

Tag summary

Content type

Image

Digest

Size

92.8 MB

Last updated

almost 11 years ago

docker pull wyaeld/grafana