Go: Set image to right version, update example readme (#497)

This commit is contained in:
Soam Vasani
2018-02-15 20:39:25 -08:00
committed by GitHub
parent 9a21e14a84
commit a1ed698fa8
3 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -23,13 +23,13 @@ You can add this customized image to fission with "fission env
create":
```
fission env create --name go-runtime --image USER/go-runtime
fission env create --name go --image USER/go-runtime --builder USER/go-builder --version 2
```
Or, if you already have an environment, you can update its image:
```
fission env update --name go-runtime --image USER/go-runtime
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