Add Docker command to README (#2465)

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták 2021-01-29 08:59:51 -05:00 committed by GitHub
parent bf94d58d56
commit f2f7a72813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,13 @@ is the recommended way of installing Alertmanager.
### Docker images
Docker images are available on [Quay.io](https://quay.io/repository/prometheus/alertmanager).
Docker images are available on [Quay.io](https://quay.io/repository/prometheus/alertmanager) or [Docker Hub](https://hub.docker.com/r/prom/alertmanager/).
You can launch an Alertmanager container for trying it out with
$ docker run --name alertmanager -d -p 127.0.0.1:9093:9093 quay.io/prometheus/alertmanager
Alertmanager will now be reachable at http://localhost:9093/.
### Compiling the binary