Skip to content

Commit 19253f1

Browse files
committed
ping
1 parent 079ecbd commit 19253f1

File tree

1 file changed

+1
-1
lines changed
  • testcontainers/core/src/main/java/org/eclipse/daanse/tooling/testcontainers/core

1 file changed

+1
-1
lines changed

testcontainers/core/src/main/java/org/eclipse/daanse/tooling/testcontainers/core/Activator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public void start(BundleContext context) throws Exception {
1818

1919
Thread.currentThread().setContextClassLoader(bundleCl);
2020

21-
DockerClientFactory.lazyClient();
21+
DockerClientFactory.lazyClient().pingCmd();
2222

2323
Thread.currentThread().setContextClassLoader(originalCl);
2424

0 commit comments

Comments
 (0)