Add links to examples for each Fission environment (#1090)

This commit is contained in:
Erwin van Eyk
2019-04-25 20:36:14 +05:30
committed by Vishal
parent 1a5b0ec567
commit 47c5cee459
10 changed files with 24 additions and 15 deletions
+2 -4
View File
@@ -4,6 +4,8 @@ This is the Go environment for Fission.
It's a Docker image containing a Go runtime, along with a dynamic loader.
Looking for ready-to-run examples? See the [Go examples directory](../../examples/go).
## Build this image
```
@@ -34,7 +36,3 @@ fission env update --name go --image USER/go-runtime --builder USER/go-builder
After this, fission functions that have the env parameter set to the
same environment name as this command will use this environment.
## Creating functions to use this image
See the [examples README](examples/go/README.md).