diff --git a/README.md b/README.md index 9af5c10..660f22d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Use the `grafana-cli` tool to install from the commandline: 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` Project provides `docker-compose.yml` to start Redis with RedisTimeSeries module and Grafana 7.0.