You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: