testcontainers-clj icon indicating copy to clipboard operation
testcontainers-clj copied to clipboard

Explore: Move volume definition to configuration map

Open javahippie opened this issue 2 years ago • 0 comments

There are some aspects of the container definitions which are added after container initialization, although they would not need a running container instance, e.g. bind-filesystem!. It would be beneficial to declare these aspects in the configuration file, too and remove the need for a second function call after the initialization.

javahippie avatar Jun 12 '22 10:06 javahippie