Add links to examples for each Fission environment (#1090)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user