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?
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?