Keep plugin install command example in one line (#1870)

Easier to select all and copy.
pull/1879/head
John Hu 6 years ago committed by GitHub
parent 733b24620e
commit 8d1b345ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/clients/docker-driver/README.md

@ -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

Loading…
Cancel
Save