testcontainers-java
testcontainers-java copied to clipboard
Fix: Create a way for networks to be reusable
- Create Network with custom name
- Prevent Autoclose if withReuse is passed
- On create check if network with same name exists and fetch it, instead of creating a new one