Closed
Description
openedon Oct 5, 2022
Proposal
There is currently much code regarding initialization of the library that is executed per container request:
- get the docker provider
- read the properties file
- define reaper capabilities (image, skip...)
- initialise the container SessionID just once
We should define at least a better abstraction or at least define a singleton to do it just once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment