mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated readme.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# IronFunctions
|
||||
|
||||
## Run functions
|
||||
## Quickstart
|
||||
|
||||
This guide will get you up and running in a few minutes.
|
||||
|
||||
### Run IronFunctions Container
|
||||
|
||||
To get started quickly with IronFunctions, you can just fire up an `iron/functions` container:
|
||||
|
||||
@@ -10,8 +14,6 @@ docker run --rm --name functions --privileged -it -v $PWD/data:/app/data -p 8080
|
||||
|
||||
**Note**: A list of configurations via env variables can be found [here](docs/api.md).*
|
||||
|
||||
## Using Functions
|
||||
|
||||
### Create an Application
|
||||
|
||||
An application is essentially a grouping of functions, that put together, form an API. Here's how to create an app.
|
||||
|
||||
Reference in New Issue
Block a user