Closed soamvasani closed 7 years ago
The env create command has the wrong image tag (it is 0.3.0 not v0.3.0):
0.3.0
v0.3.0
The right command is:
fission env create --name binary --image fission/binary-env:0.3.0
but the NOTES contains the command with an extra 'v' in the tag.
Fixed in #79
The env create command has the wrong image tag (it is
0.3.0
notv0.3.0
):The right command is:
but the NOTES contains the command with an extra 'v' in the tag.