Update to master for TestDrive branch

This commit is contained in:
Alex Ellis 2017-11-06 15:50:53 +00:00 committed by GitHub
parent 8f1345b7c6
commit 715811ad6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ This one-shot script clones the code, sets up a Docker Swarm master node then de
# docker swarm init --advertise-addr eth0 && \
git clone https://github.com/openfaas/faas && \
cd faas && \
git checkout 0.6.6-beta1 && \
git checkout master && \
./deploy_stack.sh && \
docker service ls
```