Docs update with new fnctl commands (#273)

* Added high level roadmap.

* Changed to funtion.yaml.

* Added logo

* updating quickstart code example, WIP, waiting on another merge.

* Minor updates.

* Changed function.yaml to func.yaml and updated fnctl README.
This commit is contained in:
Travis Reeder
2016-11-14 16:40:05 -08:00
committed by C Cirello
parent 2d3601c588
commit 0d71e1e38e
27 changed files with 284 additions and 182 deletions

View File

@@ -7,7 +7,17 @@ Packaging a function has two parts:
Once it's pushed to a registry, you can use it by referencing it when adding a route.
## Creating an image
## Using fnctl
This is the easiest way to build, package and publish your functions.
##
### Creating an image
The basic Dockerfile for most languages is along these lines:
@@ -35,7 +45,7 @@ Or using [fnctl](../fnctl/README.md):
fnctl build
```
## Push your image
### Push your image
This part is simple: