From f2f7a72813af02074db114ac9be758d4e584e7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 29 Jan 2021 08:59:51 -0500 Subject: [PATCH] Add Docker command to README (#2465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5dc2c5..85e6cc9e 100644 --- a/README.md +++ b/README.md @@ -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