From cc005afd6336b3ec07afb912881daae7f76cd30f Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 14 Apr 2017 19:29:23 +0100 Subject: [PATCH] Remove the function --- sample-functions/ResizeImageMagick/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample-functions/ResizeImageMagick/README.md b/sample-functions/ResizeImageMagick/README.md index 4539c587..724ff676 100644 --- a/sample-functions/ResizeImageMagick/README.md +++ b/sample-functions/ResizeImageMagick/README.md @@ -43,5 +43,9 @@ $ curl localhost:8080/function/resizer --data-binary @gordon.png > small_gordon. **Customize the transformation** -If you want to customise the transformation then edit the Dockerfile or the fprocess variable and create a new image. +If you want to customise the transformation then edit the Dockerfile or the fprocess variable and create a new function. + +**Remove the function** + +You can remove the function with `docker service rm resizer`.