Skip to content

Commit

Permalink
Keep plugin install command example in one line (#1870)
Browse files Browse the repository at this point in the history
Easier to select all and copy.
  • Loading branch information
ushuz authored Mar 31, 2020
1 parent 733b246 commit 8d1b345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/clients/docker-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ containers you want to collect logs from.
Run the following command to install the plugin:

```bash
docker plugin install grafana/loki-docker-driver:latest --alias loki
--grant-all-permissions
docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions
```

To check installed plugins, use the `docker plugin ls` command. Plugins that
Expand Down

0 comments on commit 8d1b345

Please sign in to comment.