Note about possible Docker problem

Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
Alexander Schwartz 2025-10-16 09:34:13 +02:00 committed by Ryan Emerson
parent 33f834fefd
commit 89de424670

View File

@ -120,6 +120,8 @@ public class InfinispanContainer extends org.infinispan.server.test.core.Infinis
@Override
protected void containerIsStopped(InspectContainerResponse containerInfo) {
// This might rather be a Docker issue if the port is still blocked
// https://github.com/docker/for-linux/issues/1180
while(true) {
try {
try (Socket socket = new Socket()) {