mirror of
https://github.com/openfaas/faas.git
synced 2025-06-29 18:23:26 +00:00
Push fwatchdog to 0.03-alpha and update
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user