monstrenyatko / docker-rpi-grafana

Recipe to build the Grafana Docker image for Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Docker image for Raspberry Pi

Build Status

About

Grafana metric analytics & visualization suite in the Docker container.

Upstream Links

Quick Start

  • Pull prebuilt Docker image:

     	docker pull monstrenyatko/rpi-grafana
  • Start prebuilt image:

     	docker-compose up -d
  • Logs:

     	docker-compose logs
  • Stop/Restart:

     	docker-compose stop
     	docker-compose start
  • Start with additional command-line parameters:

     	docker-compose run grafana grafana-app <parameters>
  • Configuration options: See official Docker image about all available options.

Build own image

	cd <path to sources>
	./build.sh <tag name>

About

Recipe to build the Grafana Docker image for Raspberry Pi


Languages

Language:Shell 100.0%