Skip to content
Snippets Groups Projects
Commit 381556a1 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update TestDrive.md

parent 34e3d261
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment