This commit is contained in:
Arie Heinrich
2021-10-26 12:07:19 +02:00
committed by GitHub
parent 8cf7e520e8
commit 2343055dff

View File

@@ -56,7 +56,7 @@ docker run -d -p 3000:3000 grafana/grafana-enterprise
### Run a specific version of Grafana
> **Note:** If you are on a Linux system, you might need to add `sudo` before the command add your user to the `docker` group.
> **Note:** If you are on a Linux system, you might need to add `sudo` before the command or add your user to the `docker` group.
```bash
docker run -d -p 3000:3000 --name grafana grafana/grafana-enterprise:<version number>