From c3c3bcf7b7fee0d15a9c1f8872dbdd6d2532d327 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 9 Apr 2017 22:33:05 +0100 Subject: [PATCH] Delete README.md --- sample-functions/catservice/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sample-functions/catservice/README.md diff --git a/sample-functions/catservice/README.md b/sample-functions/catservice/README.md deleted file mode 100644 index b50c03f8..00000000 --- a/sample-functions/catservice/README.md +++ /dev/null @@ -1,17 +0,0 @@ -* Build the watchdog app which outputs fwatchdog - -* Copy fwatchdog to the directory of each function you want to build. - -* Create a service for each function: - -``` -# docker build -t catservice . -# docker service rm catservice ; docker service create --network=functions --name catservice catservice -``` - -* Consume it like this: - -``` -# curl -X POST -d @$HOME/.ssh/id_rsa.pub -H "X-Function: catservice" localhost:8080/ -ssh-rsa AAAAB3NzaC1yc2.... -```