From 381556a1e1aea37bff4a704302ae44f15642c11c Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 25 Jan 2017 19:02:02 +0000 Subject: [PATCH] Update TestDrive.md --- TestDrive.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TestDrive.md b/TestDrive.md index d82f7fcc..69407d7d 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -18,6 +18,8 @@ This one-shot script clones the code, initialises Docker swarm mode and then dep # docker swarm init --advertise-addr=$(ifconfig eth0| grep 'inet addr:'| cut -d: -f2 | awk '{ print $1}') && \ git clone https://github.com/alexellis/faas && \ cd faas && \ + git checkout labels_metrics && \ + (cd gateway && ./build.sh) && \ ./deploy_stack.sh && \ docker service ls ```