From c8a3e00558a760fbe5762307354b6b5b498b5a89 Mon Sep 17 00:00:00 2001 From: Alex Leonhardt Date: Sun, 12 Jul 2015 17:02:13 +0100 Subject: [PATCH] update readme --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5da5c2d..de9e6ae 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,22 @@ http://localhost:5000/filtered/aaa,bbb,ccc,ddd They filter based on the hosts' subscriptions. +# docker -# install / setup (if you dont want to use docker) +#### requirements + +- docker (obviously) +- boot2docker (if you're on mac/windows) + +#### build / run docker image + +``` +docker build -t name/sensu-grid:latest . +docker run -d -p 80:5000 name/sensu-grid:latest +``` + +# install / setup +_if you dont want to use docker_ ### virtualenv @@ -121,18 +135,3 @@ app: cd /usr/bin/python sensugrid.py ``` - -### docker - -#### requirements - -- docker (obviously) -- boot2docker (if you're on mac/windows) - -#### build / run docker image - -``` -docker build -t name/sensu-grid:latest . -docker run -d -p 80:5000 name/sensu-grid:latest -``` -