Remove iron...

This commit is contained in:
Travis Reeder
2017-05-18 18:59:34 +00:00
committed by Reed Allman
parent 521df8c1ff
commit 9cc12b4b12
146 changed files with 406 additions and 1050 deletions

View File

@@ -6,16 +6,16 @@ Since we use containers as the base building block, all languages can be used. T
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).
## Where can I run IronFunctions?
## Where can I run Oracle Functions?
Anywhere. Any cloud, on-premise, on your laptop. As long as you can run a Docker container, you can run IronFunctions.
Anywhere. Any cloud, on-premise, on your laptop. As long as you can run a Docker container, you can run Oracle Functions.
## Which orchestration tools does IronFunctions support?
## Which orchestration tools does functions support?
IronFunctions can be deployed using any orchestration tool.
Functions can be deployed using any orchestration tool.
## Does IronFunctions require Docker?
## Does Oracle Functions require Docker?
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
needed. For instance, we'll eventually add rkt support.
but we've built Functions in a way that abstracts the container technology so we can support others as
needed. For instance, we may add rkt support.