From 62a2134833ff2e556102ec4342e2c83165ed4222 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Mon, 3 Dec 2018 14:37:29 -0600 Subject: [PATCH] added docker config to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3321a9b..b259edd 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,20 @@ Requirements /w install links: [Grafana](http://docs.grafana.org/installation/), 6. Install `grafana-cli plugins install grafana-worldmap-panel` 7. TODO:: Click the + on your menu and click import. Using the .json provided in this repo, paste it in and customize as you like. +### Docker + +Repo is included in [si0972/grafana-scripts-docker](https://github.com/si0972/grafana-scripts-docker/tree/varken) + +
Example +

+ +``` +docker create \ + --name=grafana-scripts \ + -v :/Scripts \ + -e plex=true \ + -e PGID= -e PUID= \ + si0972/grafana-scripts:varken +``` +

+
\ No newline at end of file