Adopt locally build docker client

- supports connection pool config

See: https://github.com/docker-java/docker-java/pull/1474
This commit is contained in:
Kris De Volder
2020-10-26 12:50:30 -07:00
parent 833950648b
commit 84ca8b4571
19 changed files with 136 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
Alternate Docker Client
com.github.dockerjavaAlternate Docker Client
=====================
Repackaged as a single osgi bundle with all its dependencies.
@@ -13,7 +13,7 @@ Packaging Process:
- Build the maven project `docker-client-wrapper` which is included as a sub-folder in this project.
- copy all the jars from `docker-client-wrapper/target/dependency` to `dependency`.
- Open `manifest.mf` with PDE tabbed editor. Select the 'Runtime' tab and then:
- clear out exported packages section then add all com.spotify.docker.client* packages back
- clear out exported packages section then add all `com.github.dockerjava*` packages back
- clear our 'classpath' section and all jars in the 'dependency folder.