jessestuart / grafana-docker

Grafana multiarch Docker builds (amd64, arm64, armv7)

Home Page:https://hub.docker.com/r/jessestuart/grafana/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Multiarch Docker image

CircleCI

Fork of the official image, configured to automatically build multiarch images compatible with amd64, armv7, and arm64.

Non-amd64 devices tested on:

  • Rock64 (arm64, mainline 4.18 kernel)
  • roc-rk3328-cc "Renegade" (arm64, self-compiled 4.4 kernel)
  • Raspberry Pi 3 (arm64, HypriotOS 4.14 kernel)
  • Odroid XU4 (armv7, 4.14 kernel)

Running your Grafana container

Start your container binding the external port 3000.

docker run -d --name=grafana -p 3000:3000 grafana/grafana

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

How to use the container

Further documentation can be found on the official site.

About

Grafana multiarch Docker builds (amd64, arm64, armv7)

https://hub.docker.com/r/jessestuart/grafana/

License:Other


Languages

Language:Shell 81.0%Language:Dockerfile 19.0%