added docker config to readme
This commit is contained in:
parent
1148f986bf
commit
62a2134833
1 changed files with 17 additions and 0 deletions
17
README.md
17
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`
|
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>
|
Loading…
Reference in a new issue