docs for functions ui (#504)

* docs for functions ui

* update readme
This commit is contained in:
Alexander Shapiotko
2017-01-31 21:58:00 +02:00
committed by Travis Reeder
parent 0ad91466ff
commit abe09a26c7
3 changed files with 18 additions and 0 deletions

9
docs/operating/ui.md Normal file
View File

@@ -0,0 +1,9 @@
# 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