From 1ee37588eda6b29d5c707c1b64b4dffec452a59b Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 19 Aug 2015 12:22:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3d5ae5..2993153 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## A Prometheus docker-compose stack -Here's a quick start to stand-up a [Prometheus](http://prometheus.io/) stack containing Prometheus server, container-exporter, and the Prometheus Dashboard. +Here's a quick start to stand-up a [Prometheus](http://prometheus.io/) stack containing Prometheus server, container-exporter, and the Prometheus Dashboard to monitor your Docker infrastructure. ##Pre-requisites Before we get started installing the Prometheus stack. Ensure you install [docker-compose](https://docs.docker.com/compose/install/) on your Docker host machine.