Update URL

This commit is contained in:
Alex Ellis
2017-09-24 10:13:31 +01:00
committed by GitHub
parent 2015107142
commit cf0b36fc1d

View File

@ -1,8 +1,8 @@
## Functions as a Service - TestDrive ## OpenFaaS - Functions as a Service - TestDrive
FaaS is a framework for building serverless functions on Docker Swarm Mode with first class metrics. Any UNIX process can be packaged as a function in FaaS enabling you to consume a range of web events without repetitive boiler-plate coding. FaaS is a framework for building serverless functions on Docker Swarm and Kubernetes with first class metrics. Any UNIX process can be packaged as a function in FaaS enabling you to consume a range of web events without repetitive boiler-plate coding.
Please support the project and put a **Star** on the repo. > Please support the project and put a **Star** on the repo.
**Overview** **Overview**
@ -18,7 +18,7 @@ This one-shot script clones the code, initialises Docker swarm mode and then dep
``` ```
# docker swarm init --advertise-addr eth0 && \ # docker swarm init --advertise-addr eth0 && \
git clone https://github.com/alexellis/faas && \ git clone https://github.com/openfaas/faas && \
cd faas && \ cd faas && \
git checkout 0.6.6-beta && \ git checkout 0.6.6-beta && \
./deploy_stack.sh && \ ./deploy_stack.sh && \