Commit d19cf76f authored by Robert Kielty's avatar Robert Kielty

Prom org url for Docker Hub incorrect - Julius Volz julius@soundcloud.com

https://registry.hub.docker.com/repos/prom/ no longer works

https://hub.docker.com/u/prom/ seems to work as expected.
parent c76cd657
...@@ -31,7 +31,7 @@ other) repositories. ...@@ -31,7 +31,7 @@ other) repositories.
## Using Docker ## Using Docker
All Prometheus services are available as Docker images under the All Prometheus services are available as Docker images under the
[prom](https://registry.hub.docker.com/repos/prom/) organization. [prom](https://hub.docker.com/u/prom/) organization.
Running Prometheus on Docker is as simple as Running Prometheus on Docker is as simple as
`docker run -p 9090:9090 prom/prometheus`. This starts Prometheus with `docker run -p 9090:9090 prom/prometheus`. This starts Prometheus with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment