You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
5
5
Java API client for [Docker](http://docs.docker.io/"Docker")
6
6
7
-
Supports a subset of the Docker Remote API [v1.19](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.19.md), Docker Server version 1.7.x
8
-
9
7
<b>The current implementation is based on Jersey 2.x and therefore classpath incompatible with older Jersey 1.x dependent libraries!</b>
10
8
11
9
Developer forum for [docker-java](https://groups.google.com/forum/?#!forum/docker-java-dev"docker-java")
@@ -16,7 +14,6 @@ Developer forum for [docker-java](https://groups.google.com/forum/?#!forum/docke
16
14
17
15
* Java 1.7
18
16
* Maven 3.0.5
19
-
* Docker 1.7.x
20
17
21
18
If you need SSL, then you'll need to put your `*.pem` file into `~/.docker/`, if you're using boot2docker, do this:
22
19
@@ -60,6 +57,7 @@ Run build without integration tests:
60
57
## Docker-Java maven dependencies
61
58
62
59
### Latest release version
60
+
Supports a subset of the Docker Remote API [v1.19](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.19.md), Docker Server version 1.7.x
63
61
64
62
<dependency>
65
63
<groupId>com.github.docker-java</groupId>
@@ -68,6 +66,7 @@ Run build without integration tests:
68
66
</dependency>
69
67
70
68
### Latest release candidate
69
+
Supports a subset of the Docker Remote API [v1.22](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.22.md), Docker Server version 1.10.x
71
70
72
71
<dependency>
73
72
<groupId>com.github.docker-java</groupId>
@@ -76,6 +75,8 @@ Run build without integration tests:
76
75
</dependency>
77
76
78
77
### Latest development version
78
+
Supports a subset of the Docker Remote API [v1.22](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.22.md), Docker Server version 1.10.x
79
+
79
80
You can find the latest development version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
0 commit comments