mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Note about possible Docker problem
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
parent
33f834fefd
commit
89de424670
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user