Dockerfile not gonna work because faasd installer is tricky
This commit is contained in:
parent
1eccbc2105
commit
464a4d32d5
@ -1,5 +0,0 @@
|
|||||||
FROM debian
|
|
||||||
|
|
||||||
RUN apt update && apt -y upgrade && apt -y install git curl systemd
|
|
||||||
RUN git clone https://github.com/openfaas/faasd --depth=1
|
|
||||||
RUN cd faasd && ./hack/install.sh
|
|
@ -1,6 +1,6 @@
|
|||||||
Dockerfile to create a [Faasd](https://github.com/openfaas/faasd/) image.
|
Automate creating a [Faasd](https://github.com/openfaas/faasd/) image.
|
||||||
|
|
||||||
While Faasd can't run in a container, this image **can** be imported into
|
Goal is to run this image via
|
||||||
[ignite](https://github.com/weaveworks/ignite) which runs it in a
|
[ignite](https://github.com/weaveworks/ignite) which runs it in a
|
||||||
[firecracker](https://firecracker-microvm.github.io) microvm.
|
[firecracker](https://firecracker-microvm.github.io) microvm.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user