Minor correction in docs (#24545)

pull/24550/head
Amal 5 years ago committed by GitHub
parent 6883626834
commit be2f932cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/docker.md

@ -203,7 +203,7 @@ services:
#### Modify permissions
The commands below runs bash inside the Grafana container with your volume mapped in. This makes it possible to modify the file ownership to match the new container. Always be careful when modifying permissions.
The commands below run bash inside the Grafana container with your volume mapped in. This makes it possible to modify the file ownership to match the new container. Always be careful when modifying permissions.
```bash
$ docker run -ti --user root --volume "<your volume mapping here>" --entrypoint bash grafana/grafana:5.1.0

Loading…
Cancel
Save