From b56f31492f2b45a39eadd5495711a5ad381de56e Mon Sep 17 00:00:00 2001 From: viragtripathi <15679776+viragtripathi@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:27:33 -0400 Subject: [PATCH 1/2] Added docker cmd line option to start Added docker cmd line option to start the redis-datasource plugin with grafana --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9af5c10..28134a9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Use the `grafana-cli` tool to install from the commandline: ```bash grafana-cli plugins install redis-datasource ``` +### Run using `docker` + +docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=redis-datasource" grafana/grafana ### Run using `docker-compose` From 87592913cbf7d5392d48d7629088596a66b88b0a Mon Sep 17 00:00:00 2001 From: Mikhail <47795110+mikhailredis@users.noreply.github.com> Date: Mon, 3 Aug 2020 22:48:20 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28134a9..660f22d 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,12 @@ Use the `grafana-cli` tool to install from the commandline: ```bash grafana-cli plugins install redis-datasource ``` + ### Run using `docker` +```bash docker run -d -p 3000:3000 --name=grafana -e "GF_INSTALL_PLUGINS=redis-datasource" grafana/grafana +``` ### Run using `docker-compose`