mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user