We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079ecbd commit 19253f1Copy full SHA for 19253f1
testcontainers/core/src/main/java/org/eclipse/daanse/tooling/testcontainers/core/Activator.java
@@ -18,7 +18,7 @@ public void start(BundleContext context) throws Exception {
18
19
Thread.currentThread().setContextClassLoader(bundleCl);
20
21
- DockerClientFactory.lazyClient();
+ DockerClientFactory.lazyClient().pingCmd();
22
23
Thread.currentThread().setContextClassLoader(originalCl);
24
0 commit comments