mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 04:26:35 +00:00
Update URL
This commit is contained in:
@ -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 && \
|
||||||
|
Reference in New Issue
Block a user