added docker config to readme

This commit is contained in:
Nicholas St. Germain 2018-12-03 14:37:29 -06:00
parent 1148f986bf
commit 62a2134833

View file

@ -25,3 +25,20 @@ Requirements /w install links: [Grafana](http://docs.grafana.org/installation/),
6. Install `grafana-cli plugins install grafana-worldmap-panel` 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. 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)
<details><summary>Example</summary>
<p>
```
docker create \
--name=grafana-scripts \
-v <path to data>:/Scripts \
-e plex=true \
-e PGID=<gid> -e PUID=<uid> \
si0972/grafana-scripts:varken
```
</p>
</details>