Update TestDrive.md

This commit is contained in:
Alex Ellis 2018-02-06 09:09:43 +00:00 committed by GitHub
parent 1ee0d31f28
commit 065f6744e2
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.17 && \
git checkout 0.7.0 && \
./deploy_stack.sh && \
docker service ls
```