rabbah commented on issue #60:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/issues/60#issuecomment-984222342


   > @rabbah do you know if there's a way to tweak the scala action containers 
so they don't delete the docker container after a run? I'd like to look at the 
logs if possible of the docker container, but there's nothing there when I run 
my docker ps -a
   
   For this, it's probably more convenient for you to use 
[`invoke.py`](https://github.com/apache/openwhisk/tree/master/tools/actionProxy)
 to manually start the container, `init` and `run` against it. You'll se the 
logs on the console.
   
   I use IntelliJ for Scala dev. 
   
   The imports like `actionContainers.ActionContainer.withContainer` are coming 
from the main openwhisk repo, which is why you run the snapshot/install build 
first. You can if you like copy those files over and have them available 
locally, then you can modify the code and not destroy the container after a 
test - look at the `withContainer` wrapper for that. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to