|
|
@ -18,12 +18,13 @@ the respective repository.
|
|
|
|
|
|
|
|
|
|
|
|
## Using Docker
|
|
|
|
## Using Docker
|
|
|
|
|
|
|
|
|
|
|
|
All Prometheus services are available as Docker images under the
|
|
|
|
All Prometheus services are available as Docker images on
|
|
|
|
[prom](https://hub.docker.com/u/prom/) organization.
|
|
|
|
[Quay.io](https://quay.io/repository/prometheus/prometheus) or
|
|
|
|
|
|
|
|
[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 configuration and
|
|
|
|
prom/prometheus`. This starts Prometheus with a sample
|
|
|
|
exposes it on port 9090.
|
|
|
|
configuration and exposes it on port 9090.
|
|
|
|
|
|
|
|
|
|
|
|
The Prometheus image uses a volume to store the actual metrics. For
|
|
|
|
The Prometheus image uses a volume to store the actual metrics. For
|
|
|
|
production deployments it is highly recommended to use the
|
|
|
|
production deployments it is highly recommended to use the
|
|
|
|