Skip to content

Expose GenericContainer::withReuse? #72

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions