Hello, I am working to integrate OpenWhisk with an open source container debugging tool called CNTR. CNTR attaches containers given their containerID (like those provided by docker ps and those used internally by OpenWhisk). So, I would like to expose an activation’s corresponding containerID.
I have modified ContainerProxy.constructWhiskActivation to store the containerID and containerAddress as additional annotations in the activation result. This enables CNTR to attach the container of a previously invoked lambda by making a REST API call given an activationId. Can I get feedback on my approach? Would it be possible for me to submit this as a merge request? — Matthew Hoffman Undergraduate at the University of Texas at Austin
