mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Fix Docker Hub markdown link (#5032)
The syntax is [Text](link), but it was [Text[(link). Signed-off-by: Parker Moore <parkrmoore@gmail.com>
This commit is contained in:
parent
dbe55c1352
commit
a15a5a2ba0
|
@ -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/u/prom/).
|
||||||
|
|
||||||
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