Return to Image List

grafana

grafana

Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources. Grafana Enterprise version with additional capabilities is also available. It is expandable through a plug-in system. End users can create complex monitoring dashboards using interactive query builders.

See grafana.com for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
11.1.0 docker pull icr.io/ibmz/grafana@sha256:432cb857d350a0fbf9b75809ae292af294c29e938f675990b6d67aa6917497b2 Vulnerability Report10-04-2024
10.3.4 docker pull icr.io/ibmz/grafana@sha256:5a5107b737d36a8d449f26fd94096277f5b56418d6b33eed4ad262ac7658d97f Vulnerability Report10-04-2024
10.3.1 docker pull icr.io/ibmz/grafana@sha256:e52d4e70fa724e4628a221606a448d2157ff426303c6a542c8622096d4c9eb05 Vulnerability Report10-04-2024
Version Pull String Security (IBM Cloud) Created

Usage Notes

Exposed Ports: 3000

Start your container binding the external port 3000. Replace the {grafana-port} with the desired port that the grafana should be accessible at.

docker run -d --name grafana -p {grafana-port}:3000 icr.io/ibmz/grafana:{tag}

Further documentation can be found at Grafana.com