Docker – Integration Tests using Testcontainers with OpenLiberty Server throws SocketException
I have wrote some Integration Tests for my OpenLiberty with MicroProfile application. In order for the tests to work I must first execute the libertyDev command. So I thought it was a good idea to use Testcontainers in which I…