File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55Java API client for [ Docker] ( http://docs.docker.io/ " Docker ")
66
7- Supports a subset of the Docker Client API v1.16 , Docker Server version 1.4.1
7+ Supports a subset of the Docker Client API v1.17 , Docker Server version 1.5.0
88
99<b >The current implementation is based on Jersey 2.x and therefore classpath incompatible with older Jersey 1.x dependent libraries!</b >
1010
@@ -64,7 +64,7 @@ Run build without integration tests:
6464 <dependency>
6565 <groupId>com.github.docker-java</groupId>
6666 <artifactId>docker-java</artifactId>
67- <version>1.0 .0</version>
67+ <version>1.2 .0</version>
6868 </dependency>
6969
7070### Latest SNAPSHOT version
@@ -74,7 +74,7 @@ You can find the latest SNAPSHOT version including javadoc and source files on [
7474 <dependency>
7575 <groupId>com.github.docker-java</groupId>
7676 <artifactId>docker-java</artifactId>
77- <version>1.0 .1-SNAPSHOT</version>
77+ <version>1.2 .1-SNAPSHOT</version>
7878 </dependency>
7979
8080## Documentation
You can’t perform that action at this time.
0 commit comments