mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update faq.md
This commit is contained in:
10
docs/faq.md
10
docs/faq.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Which languages are supported?
|
## Which languages are supported?
|
||||||
|
|
||||||
Since we use containers are the base building block, all languages can be used. There there may not be higher level
|
Since we use containers as the base building block, all languages can be used. There may not be higher level
|
||||||
helper libraries like our Lambda wrapper for every language, but you can use any language if you follow the
|
helper libraries like our Lambda wrapper for every language, but you can use any language if you follow the
|
||||||
base [function format](function-format.md).
|
base [function format](function-format.md).
|
||||||
|
|
||||||
@@ -12,10 +12,10 @@ Anywhere. Any cloud, on-premise, on your laptop. As long as you can run a Docker
|
|||||||
|
|
||||||
## Which orchestration tools does IronFunctions support?
|
## Which orchestration tools does IronFunctions support?
|
||||||
|
|
||||||
IronFunctions can be deployed using any orchestration tool.
|
IronFunctions can be deployed using any orchestration tool.
|
||||||
|
|
||||||
## Does IronFunctions require Docker?
|
## Does IronFunctions require Docker?
|
||||||
|
|
||||||
For now, we do require Docker primarily for the packaging and distribution via Docker Registries.
|
For now we require Docker primarily for the packaging and distribution via Docker Registries,
|
||||||
But we've built IronFunctions in a way that abstracts the container technology so we can support others as
|
but we've built IronFunctions in a way that abstracts the container technology so we can support others as
|
||||||
needed. For instance, we'll probably add rkt support shortly.
|
needed. For instance, we'll eventually add rkt support.
|
||||||
|
|||||||
Reference in New Issue
Block a user