exasol / exasol-testcontainers

Test container for Exasol on Docker
MIT License
9 stars 2 forks source link

Add support for docker network for reuse #128

Closed morazow closed 1 year ago

morazow commented 3 years ago

Situation

Testcontainers reuse mechanism does not work if the container is attached to a network. See: https://github.com/testcontainers/testcontainers-java/pull/1781 (Challenges Ahead).

For time being we can support a named docker network from the exasol-testcontainers. We already have two projects that use Exasol containers with networks.

Acceptance Criteria

redcatbear commented 1 year ago

No capacity.