apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.55k stars 1.17k forks source link

Use openwhisk to control resources when creating containers #5494

Open Hyzheng-WHU opened 4 months ago

Hyzheng-WHU commented 4 months ago

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?