mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Update docker example in migration guide
Signed-off-by: arthursens <arthursens2005@gmail.com>
This commit is contained in:
parent
5fa12ae0ef
commit
0cbee82a58
|
@ -189,7 +189,7 @@ for more details.
|
||||||
If you're using Docker, then the following snippet would be used:
|
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
|
### Prometheus lifecycle
|
||||||
|
|
Loading…
Reference in a new issue