From b8750d16ad13818e7c11800db1b447481fb3209d Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Mon, 17 Sep 2018 13:24:49 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f2031f..147da21 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,24 @@ --- -Customised to run [emonUpload]https://github.com/openenergymonitor/emonupload +Customised to run [emonUpload](https://github.com/openenergymonitor/emonupload) -Build: +``` +git clone https://github.com/glynhudson/butterfly/ +cd butterfly +git clone https://github.com/openenergymonitor/emonupload +cd .. +``` + +Check running containers: + + docker ps + +Stop any running containers: + + docker stop $(docker ps -aq) + +Build new container: `docker build . -t fly`