Hi Folks
I am trying to see if i can keep a container running across multiple invocations. This is meant to increase development cycle when running an e2e tests that requires dependent services to be only started once. the tests can run many times across subsequent calls. So basically this is caching an executable and not a file system per say.
Regards