Push fwatchdog to 0.03-alpha and update

This commit is contained in:
Alex
2017-01-27 21:32:20 +00:00
parent 98e7c1ae87
commit b9838291b2
13 changed files with 19 additions and 11 deletions

View File

@ -18,8 +18,6 @@ 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
```