Skip to content

Commit

Permalink
Added docker cmd line option to start (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
viragtripathi authored Aug 4, 2020
1 parent bd431dc commit 9999ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9999ca9

Please sign in to comment.