From 4d896b6030cedcc63f6334666be11191da4cb226 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 3 Aug 2017 08:29:44 +0100 Subject: [PATCH] Add overview image --- watchdog/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/watchdog/README.md b/watchdog/README.md index 3ddf21b1..a6f9bb25 100644 --- a/watchdog/README.md +++ b/watchdog/README.md @@ -5,7 +5,9 @@ The FaaS watchdog is designed to marshal a HTTP request between your public HTTP Every FaaS function should embed this binary and uses it as its entrypoint. It is in effect a tiny web-server or shim that will fork your desired process for every HTTP request. -Creating a function: +![](https://pbs.twimg.com/media/DGScDblUIAAo4H-.jpg:large) + +Create a new function: - [x] Use an existing or a new Docker image - [x] Add the fwatchdog binary from the [Releases page](https://github.com/alexellis/faas/releases) via `curl` or `ADD https://`