Skip to content

Expose GenericContainer::withReuse? #72

@fkretlow

Description

@fkretlow

As far as I can tell, the Testcontainers API for reusable containers is currently not exposed by testcontainers-clj. I've got it to work with

(-> (tc/create ...)
    (tc/bind-filesystem! ...)
    (update :container #(.withReuse % true))

This uses GenericContainer::withReuse.

Would you consider adding something like this to the library?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions