testcontainers / testcontainers-hs

Docker containers for your integration tests! http://hackage.haskell.org/package/testcontainers
MIT License
56 stars 12 forks source link

Expose network option #20

Closed michivi closed 1 year ago

michivi commented 1 year ago

This PR introduces the option to specify a network the executed containers will connect to. This is required in some contexts in which the containers must be connected to a specific networks for specific reasons (access to other containers...).