commit bdfc05a5f8eb01542f6692c2584b244090fa9692 Author: Roberto Alsina Date: Sat Jul 16 08:50:45 2022 -0300 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a11aaa --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Dockerfile to create a [Faasd](https://github.com/openfaas/faasd/) image. + +While Faasd can't run in a container, this image **can** be imported into +[ignite](https://github.com/weaveworks/ignite) which runs it in a +[firecracker](https://firecracker-microvm.github.io) microvm. + +In this way resource usage of Faasd and all "lambdas" in it is capped +by the VM resources, and the rest of the system is sort-of-protected +by the VM sandbox.