We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fixed in #79
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: