-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Shell Script #91
Comments
To supplement this, I've figured out how to deploy a shell script, which I am happy to stick somewhere:
The problem is it'll be running on a bare alpine container. So now I am working on getting a custom image running. I have tried using the "container function" method, but that looks like it requires some kind of REST api. I've also duplicated the
How do I construct a python container with the binary server in place for CLI interfacing? Is that an example you could add? |
Is your feature request related to a problem? Please describe.
I am finding it difficult to demo a container running with the container command as configured, first.
Second, I am finding it difficult running a container command with a shell script.
Third, I am finding it difficult to run a generic container with a command line entrypoint.
Describe the solution you'd like
Ideally I would submit a container with a CLI command or entrypoint to Fission, and invoke it via
fission fn test
, and then via http GET with a body that is passed to the command line command on STDIN, as a start.This will be an enormous help for two reasons:
If I can simply have an example that works, that would be a major help. I don't see any way to do it with the
binary-env
. While it does exist and is supported, there are no available examples.Once I can prove I can:
Then I know anything is possible with, more or less, minimal extra work.
The text was updated successfully, but these errors were encountered: