From cf0b36fc1d6b9f9d7ad3e22247c9ca1298fb4cda Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Sun, 24 Sep 2017 10:13:31 +0100 Subject: [PATCH] Update URL --- TestDrive.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TestDrive.md b/TestDrive.md index 289a8ac7..153968e1 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -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** @@ -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 && \ -- GitLab