Fetcher is a helper for function run containers

Fetcher is a tool to download functions from the controller.  It is
meant to be run in a container in the same pod as the function run
container, with a shared volume.
This commit is contained in:
Soam Vasani
2016-11-01 01:29:40 -07:00
parent 9f34fc3dd9
commit 95e38203a9
3 changed files with 103 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine:3.4
ADD fetcher /
EXPOSE 8000