Skip to content

Docker image containind a Grafana installed in a balenalib/armv7hf-debian stretch for armv7 (tested in RPI3)

Notifications You must be signed in to change notification settings

anberra/docker-grafana-armv7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anberra/grafana-armv7

Grafana installed in a balenalib/armv7hf-debian stretch for armv7 (tested in RPI3)

Description

It is ready to run in a Raspberry Pi, tested in RPI3.

Usage

It is recommended to add persistence to the container, for both the database and other stuff (grafana-lib) and the configuration file (grafana-conf):

$ docker volume create grafana-lib
$ docker volume create grafana-conf

To launch the container:

$ docker run \
  -d \
  -p 3000:3000 \
  --name=grafana \
  --mount type=volume,source=grafana-lib,destination=/var/lib/grafana \
  --mount type=volume,source=grafana-conf,destination=/etc/grafana \
  --restart=unless-stopped \
  anberra/grafana-armv7

Dockerfile is ready to run in any x86 CPU whereas Dockerfile.arm is intended to run in a ARMv7 CPU like Raspberry Pi.

About

Docker image containind a Grafana installed in a balenalib/armv7hf-debian stretch for armv7 (tested in RPI3)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published