openwhisk icon indicating copy to clipboard operation
openwhisk copied to clipboard

Use openwhisk to control resources when creating containers

Open Hyzheng-DBSys opened this issue 1 year ago • 0 comments

I plan to use OpenWhisk to create a container, inject commands into it, and retrieve the results. In fact, my goal is to use OpenWhisk to control the resources used by the container. I have tried modifying the Scala code that builds the "docker run" command directly and building it, but the log shows that although I got the results, OpenWhisk could not parse the results. Is there any recommended method?

Hyzheng-DBSys avatar Jul 19 '24 09:07 Hyzheng-DBSys