mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Merge pull request #5722 from c2c-engg-20170100/dockerhub_link
Fix docker hub link in installation guide
This commit is contained in:
commit
a3d030350f
|
@ -20,7 +20,7 @@ the respective repository.
|
||||||
|
|
||||||
All Prometheus services are available as Docker images on
|
All Prometheus services are available as Docker images on
|
||||||
[Quay.io](https://quay.io/repository/prometheus/prometheus) or
|
[Quay.io](https://quay.io/repository/prometheus/prometheus) or
|
||||||
[Docker Hub](https://hub.docker.com/u/prom/).
|
[Docker Hub](https://hub.docker.com/r/prom/prometheus/).
|
||||||
|
|
||||||
Running Prometheus on Docker is as simple as `docker run -p 9090:9090
|
Running Prometheus on Docker is as simple as `docker run -p 9090:9090
|
||||||
prom/prometheus`. This starts Prometheus with a sample
|
prom/prometheus`. This starts Prometheus with a sample
|
||||||
|
|
Loading…
Reference in a new issue