Files
fn-serverless/docs/operating/ui.md
Alexander Shapiotko abe09a26c7 docs for functions ui (#504)
* docs for functions ui

* update readme
2017-01-31 11:58:00 -08:00

10 lines
238 B
Markdown

# User Interface for IronFunctions
### Run Functions UI
```sh
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" iron/functions-ui
```
For more information, see: https://github.com/iron-io/functions-ui