mirror of
https://github.com/openfaas/faas.git
synced 2025-06-14 11:16:47 +00:00
Update TestDrive.md
This commit is contained in:
parent
34e3d26177
commit
381556a1e1
@ -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}') && \
|
# docker swarm init --advertise-addr=$(ifconfig eth0| grep 'inet addr:'| cut -d: -f2 | awk '{ print $1}') && \
|
||||||
git clone https://github.com/alexellis/faas && \
|
git clone https://github.com/alexellis/faas && \
|
||||||
cd faas && \
|
cd faas && \
|
||||||
|
git checkout labels_metrics && \
|
||||||
|
(cd gateway && ./build.sh) && \
|
||||||
./deploy_stack.sh && \
|
./deploy_stack.sh && \
|
||||||
docker service ls
|
docker service ls
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user