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

Fix: Create a way for networks to be reusable

Open appunni-m opened this issue 4 years ago • 1 comments

  1. Create Network with custom name
  2. Prevent Autoclose if withReuse is passed
  3. On create check if network with same name exists and fetch it, instead of creating a new one

appunni-m avatar Dec 09 '21 16:12 appunni-m