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

Update URL

parent 20151071
No related branches found
No related tags found
No related merge requests found
## 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**
......@@ -18,7 +18,7 @@ This one-shot script clones the code, initialises Docker swarm mode and then dep
```
# docker swarm init --advertise-addr eth0 && \
git clone https://github.com/alexellis/faas && \
git clone https://github.com/openfaas/faas && \
cd faas && \
git checkout 0.6.6-beta && \
./deploy_stack.sh && \
......
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