Merge pull request #7244 from ArthurSens/master

Update docker example in migration guide
This commit is contained in:
Ben Kochie 2020-07-09 14:59:09 +02:00 committed by GitHub
commit d017777985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ for more details.
If you're using Docker, then the following snippet would be used:
```
docker run -u root -p 80:80 prom/prometheus:v2.0.0-rc.2 --web.listen-address :80
docker run -p 9090:9090 prom/prometheus:latest
```
### Prometheus lifecycle