mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #1950 from prometheus/readme
readme: direct link to Prometheus docker image
This commit is contained in:
commit
07a3cd4851
|
@ -34,17 +34,17 @@ There are various ways of installing Prometheus.
|
||||||
### Precompiled binaries
|
### Precompiled binaries
|
||||||
|
|
||||||
Precompiled binaries for released versions are available in the
|
Precompiled binaries for released versions are available in the
|
||||||
[*releases* section](https://github.com/prometheus/prometheus/releases)
|
[*download* section](https://prometheus.io/download/)
|
||||||
of the GitHub repository. Using the latest production release binary
|
on [prometheus.io](https://prometheus.io). Using the latest production release binary
|
||||||
is the recommended way of installing Prometheus.
|
is the recommended way of installing Prometheus.
|
||||||
See the [Installing](https://prometheus.io/docs/introduction/install/)
|
See the [Installing](https://prometheus.io/docs/introduction/install/)
|
||||||
chapter in the documentation for all the details.
|
chapter in the documentation for all the details.
|
||||||
|
|
||||||
Debian packages [are available](https://packages.debian.org/sid/net/prometheus).
|
Debian packages [are available](https://packages.debian.org/sid/net/prometheus).
|
||||||
|
|
||||||
### Container images
|
### Docker images
|
||||||
|
|
||||||
Container images are available on [Quay.io](https://quay.io/organization/prometheus).
|
Docker images are available on [Quay.io](https://quay.io/repository/prometheus/prometheus).
|
||||||
|
|
||||||
### Building from source
|
### Building from source
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue