Updated readme.

This commit is contained in:
Travis Reeder
2016-10-12 01:39:51 -07:00
parent fd29b760d9
commit 62fae89e33

View File

@@ -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.