Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker stats support #70

Open
wants to merge 600 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
600 commits
Select commit Hold shift + click to select a range
c6507bd
support DOCKER_TLS_VERIFY to detect ssl
Jan 11, 2015
f026c1a
Merge branch 'master' of https://github.com/andre1987/docker-java int…
Jan 12, 2015
26cd47c
Polish exec create and start commands
Jan 12, 2015
9ef4f72
Merge branch 'andre1987-master'
Jan 12, 2015
2561436
Fix issue##122
Jan 12, 2015
c0c44ee
Update CHANGELOG.md
marcuslinke Jan 14, 2015
aa3867c
Merge pull request #123 from sclassen/support_tls_verify
marcuslinke Jan 14, 2015
327e5d1
Update CHANGELOG.md
marcuslinke Jan 14, 2015
421a873
Fixed NPE on ExecStartCmdImpl.
Jan 15, 2015
d1ea20f
Merge pull request #126 from andre1987/fixing-NPE-exec-start
marcuslinke Jan 15, 2015
04eaf1f
apply a rebased and squashed unixsocket-branch with a working ssl con…
gesellix Jan 16, 2015
bce65f0
add Dockerfile with minimal build environment
gesellix Jan 17, 2015
0319b14
fix client config test to handle different develeoper environments
gesellix Jan 18, 2015
f4ddcb3
explicitly declare the Exception as ignored
gesellix Jan 18, 2015
4f969dc
Allow unauthorized pullImageCmd
rtimush Jan 19, 2015
cdb75d8
Fix misleading variable name in Exec-start
vjuranek Jan 20, 2015
60fb248
Support wildcards in Dockerfile. Fix issue#129
Jan 20, 2015
3455bf4
Merge pull request #130 from vjuranek/start_exec_cleanup
marcuslinke Jan 20, 2015
4c69b51
some cleanup
Jan 21, 2015
fd05239
Merge branch 'gesellix-docker-unixsocket-rebast push origin mastered'
Jan 21, 2015
55e42ad
Update CHANGELOG.md
marcuslinke Jan 21, 2015
f71c2d9
[maven-release-plugin] prepare release docker-java-0.10.5
Jan 21, 2015
c256ccf
Merge branch 'master' of https://github.com/docker-java/docker-java
Jan 21, 2015
e2e30cd
[maven-release-plugin] prepare for next development iteration
Jan 21, 2015
e022c44
Update README.md
marcuslinke Jan 21, 2015
de1611e
Update README.md
marcuslinke Jan 21, 2015
2f9b736
Update CHANGELOG.md
marcuslinke Jan 21, 2015
7e50459
Merge pull request #128 from rtimush/unauthorized-pull
marcuslinke Jan 21, 2015
06c3ffe
Update CHANGELOG.md
marcuslinke Jan 21, 2015
0a3a28e
Fix compile error
Jan 21, 2015
ad7881a
Remove Google Guava as dependency
aslakknutsen Jan 27, 2015
6c4ab6a
Update to latest unix-socket-factory
aslakknutsen Jan 27, 2015
d451336
Merge pull request #134 from aslakknutsen/remove_guava
marcuslinke Jan 27, 2015
6fd8123
Merge pull request #135 from aslakknutsen/unix_socket_factory_update
marcuslinke Jan 27, 2015
a19dc6b
Update CHANGELOG.md
marcuslinke Jan 27, 2015
5a7e79c
Fix some CFX interoperability issues
Jan 27, 2015
db4cf1d
Patched LoggingFilter to work with CXF.
nfsantos Jan 28, 2015
3efaa6a
Merge pull request #136 from nfsantos/cfx-interop
marcuslinke Jan 28, 2015
48ba911
Multiple volumesFrom option when creating a container
Jan 28, 2015
ca611c1
Merge pull request #137 from docker-java/volumesfrom
marcuslinke Jan 28, 2015
afdafe9
Update CHANGELOG.md
marcuslinke Jan 28, 2015
cc5331d
Simplify volumesFrom handling
Jan 29, 2015
9b95d08
Merge pull request #138 from docker-java/cfx-interop
marcuslinke Jan 29, 2015
91b8107
Update CHANGELOG.md
marcuslinke Jan 29, 2015
11ae37f
Removed own Preconditons implementation
Jan 31, 2015
93348ec
Fix Issue #139
Feb 2, 2015
64abb6f
Merge pull request #142 from docker-java/issue-139
marcuslinke Feb 2, 2015
602008c
There are two different event streamed JSON objects that come back
magnayn Jan 2, 2015
8140c47
Make BuildImage and PushImage return an object that can be iterated
magnayn Jan 2, 2015
f186971
Repoint to shaded, imported jersey.repackaged guava (!)
magnayn Feb 3, 2015
b4d30f6
Update test to show typed API.
magnayn Feb 3, 2015
6fa4cc0
Only override AuthConfig iff username/password/email/server address a…
tedoc2000 Feb 5, 2015
f897dd0
Merge pull request #144 from signalfx/master
marcuslinke Feb 5, 2015
62a608d
Merge pull request #131 from magnayn/pr3
marcuslinke Feb 5, 2015
ea72e14
Added testcase for conflicting ports binding
Feb 5, 2015
ad32772
Fix events tests
Feb 5, 2015
62cd7e9
Fix events tests
Feb 5, 2015
dae60a4
Merge branch 'master' of https://github.com/docker-java/docker-java
Feb 5, 2015
e820c21
Introduce the notion of a Dockerfile, which can read specifications
magnayn Feb 6, 2015
509bd2e
Make BuildImage use DockerFile impl.
magnayn Feb 6, 2015
06fea21
Fix Issue #110
Feb 6, 2015
abee7f6
Move utilities classes to core package
Feb 6, 2015
cbcfba4
switch to 1.0.0-SNAPSHOT
Feb 6, 2015
1d098f8
Fix Issue #147
Feb 7, 2015
8af3d6f
feat(save): add save image to docker client
Feb 8, 2015
833d6fd
Merge pull request #145 from magnayn/pr4
marcuslinke Feb 8, 2015
9109be9
Merge pull request #148 from arthurtsang/feature/saveImage
marcuslinke Feb 8, 2015
0c6f2b4
Update CHANGELOG.md
marcuslinke Feb 8, 2015
19ec0db
Add redirection for 301 - Issue #147
Feb 11, 2015
adb85a8
fix unit tests
Feb 11, 2015
f28972b
Fix Issue #150
Feb 16, 2015
4dea651
Merge branch 'master' of https://github.com/docker-java/docker-java
Feb 16, 2015
8e2a1af
Merge branch 'redirects' of https://github.com/gabeki/docker-java into
Feb 16, 2015
c17bd5b
Merge branch 'gabeki-redirects't push origin master
Feb 16, 2015
8f9c275
Restore guava as a dependency
flandr Feb 16, 2015
4fc8a66
Merge branch 'flandr-guava't push origin master
Feb 18, 2015
09a71fe
Update CHANGELOG.md
marcuslinke Feb 18, 2015
4bdfd6f
Update CHANGELOG.md
marcuslinke Feb 18, 2015
126fae1
Add support for configuring ExtraHosts
Feb 19, 2015
30e2688
Support for withExtraHosts on StartContainerCmd
Feb 19, 2015
86edd56
add certificates for integration test on CI
Jan 20, 2015
22d4b2a
add configuration for circle CI
Feb 21, 2015
dc52e60
exclude tests which are failing in circle CI
Feb 21, 2015
abd73f5
do not validate isMemoryLimit() since it is host dependent
Feb 21, 2015
977a98f
add missing toString()
Feb 21, 2015
cc3e6dc
add circle.md
Feb 21, 2015
a4a19fe
[maven-release-plugin] prepare release docker-java-1.0.0
Feb 22, 2015
f73c493
[maven-release-plugin] prepare for next development iteration
Feb 22, 2015
b61918d
Update CHANGELOG.md
marcuslinke Feb 22, 2015
63fe62f
Update README.md
marcuslinke Feb 22, 2015
238c4dd
Adding volumes that was commented for some reason
Feb 23, 2015
077de66
Merge pull request #156 from kalmanb/withExtraHosts
marcuslinke Feb 23, 2015
3a7240e
Update CHANGELOG.md
marcuslinke Feb 23, 2015
a4e02ea
Update CHANGELOG.md
marcuslinke Feb 23, 2015
decbe71
Update CHANGELOG.md
docker-java-maintain Feb 23, 2015
7120519
Merge pull request #157 from sclassen/ciForIntegrationTests
docker-java-maintain Feb 23, 2015
9be273f
Update circle.md
docker-java-maintain Feb 23, 2015
1098c29
Fixing imports
Feb 23, 2015
8462173
Disable test cleanup exceptions stacktraces
Feb 23, 2015
f0c4acb
Update README.md
docker-java-maintain Feb 24, 2015
ec8f1f9
Added InspectExec command
netvl Feb 24, 2015
bcfcb47
Added missing ExitCode field
netvl Feb 24, 2015
553b394
Fix issue #158
Feb 24, 2015
5bed982
Fix race condition
Feb 24, 2015
bef2275
Merge pull request #159 from docker-java/issue158
marcuslinke Feb 24, 2015
0f01863
Update CHANGELOG.md
marcuslinke Feb 24, 2015
1e2c99a
Added a test for InspectExec command
netvl Mar 2, 2015
c88167b
PushImageCmd assumes that you have an auth config setup for the
magnayn Mar 4, 2015
2b4ca23
Add some utility classes for splitting up "tag parameters" passed
magnayn Feb 6, 2015
81b30b2
Convenience function for pushing by full tag.
magnayn Feb 23, 2015
c2b14dc
Close in finally.
alesj Mar 6, 2015
037c2f3
Ignore test in circle CI
Mar 6, 2015
d1107f5
Merge branch 'netvl-inspect-exec't push origin master
Mar 6, 2015
9fdbfc9
Merge branch 'master' of https://github.com/docker-java/docker-java
Mar 6, 2015
cb3ee13
Update CHANGELOG.md
marcuslinke Mar 6, 2015
6124b29
Merge branch 'iter_close' of https://github.com/alesj/docker-java int…
Mar 6, 2015
a6c8490
Merge branch 'alesj-iter_close't push origin master
Mar 6, 2015
f2cd973
Merge pull request #165 from magnayn/pr6
marcuslinke Mar 6, 2015
78226cc
Update CHANGELOG.md
marcuslinke Mar 6, 2015
b803438
Implemented AuthConfigurations for the Build command.
Mar 4, 2015
a3a8b98
Merge branch 'pr5' of https://github.com/magnayn/docker-java
Mar 6, 2015
0fd5a8d
Update CHANGELOG.md
marcuslinke Mar 6, 2015
c42720a
Update README.md
marcuslinke Mar 6, 2015
920c900
Update README.md
marcuslinke Mar 6, 2015
f38e935
Update README.md
marcuslinke Mar 6, 2015
73602ad
Since docker 1.5.0, it has been allowable to specify files other
magnayn Mar 9, 2015
8935d11
Merge pull request #170 from magnayn/pr7
marcuslinke Mar 16, 2015
9cb4273
Update CHANGELOG.md
marcuslinke Mar 16, 2015
6a89072
SaveImageCmd assumes that you have an auth config setup
xfournet Mar 19, 2015
fc3f7b7
SaveImageCmd API doesn't support X-Registry-Auth header
xfournet Mar 19, 2015
749a9af
Fix pull image test to work with 1.17
Mar 20, 2015
d57bed7
Fix issue # 171 with nested ENV variables in Dockerfile
Mar 20, 2015
408a320
Fix issue #176
Mar 20, 2015
8523236
Fix httpclient dep
KostyaSha Mar 22, 2015
a2b0f47
Merge pull request #178 from KostyaSha/patch-2
marcuslinke Mar 22, 2015
7f68a26
Cleanup POM.xml
Mar 23, 2015
59ca504
Add support for cpuset in CreateContainerCmd
maafy6 Mar 25, 2015
bc9fa11
Merge pull request #179 from maafy6/cpuset
marcuslinke Mar 25, 2015
8ae16af
Update CHANGELOG.md
marcuslinke Mar 25, 2015
a9c478b
Dockerfiles not called 'dockerfile'
magnayn Mar 25, 2015
0366cdf
Fix logger for SaveImageCmd and SaveImageCmdImplTest classes
xfournet Mar 28, 2015
63ea2fa
Merge pull request #175 from xfournet/pr1
marcuslinke Mar 29, 2015
6ac2753
We are now on a modern version of guava, so remove code that is
magnayn Mar 31, 2015
56356b3
Merge pull request #180 from magnayn/pr9
marcuslinke Apr 1, 2015
6987a1f
Update CHANGELOG.md
marcuslinke Apr 1, 2015
44570fe
Merge pull request #183 from magnayn/pr10
marcuslinke Apr 1, 2015
fd0bf88
exclude tests from circleCI
Apr 1, 2015
155f24c
Merge branch 'master' of https://github.com/docker-java/docker-java
Apr 1, 2015
376e7ed
Introduce WrappedResponseInputStream to close underlying Response
Apr 1, 2015
3dff2ea
Merge pull request #185 from docker-java/issue-181
marcuslinke Apr 1, 2015
e08695b
Update CHANGELOG.md
marcuslinke Apr 1, 2015
3214f5f
Added withPull method to BuilImageCmd
Apr 1, 2015
47cefcd
Merge pull request #186 from docker-java/issue-184
marcuslinke Apr 1, 2015
2bc3439
Update CHANGELOG.md
marcuslinke Apr 1, 2015
ca54f9c
Deprecate StartContainerCmd methods in favor of using CreateContainerCmd
Apr 1, 2015
bef79df
Added a Links constructor accepting a List object
MartinAhrer Apr 4, 2015
ccd56e9
Switch to 1.1.0-SNAPSHOT according to semantic versioning
Apr 5, 2015
ed1fba4
[maven-release-plugin] prepare release docker-java-1.1.0
Apr 5, 2015
a3bbeae
[maven-release-plugin] prepare for next development iteration
Apr 5, 2015
52cb771
Update CHANGELOG.md
marcuslinke Apr 5, 2015
d28460f
Merge pull request #192 from MartinAhrer/master
marcuslinke Apr 5, 2015
bdedec0
Update CHANGELOG.md
marcuslinke Apr 5, 2015
3b4c346
Update CHANGELOG.md
marcuslinke Apr 5, 2015
b42a3e1
Fix issue #164
Apr 7, 2015
c26c87c
Merge pull request #193 from docker-java/refactor-1
marcuslinke Apr 7, 2015
d26024c
Update CHANGELOG.md
marcuslinke Apr 7, 2015
2549f57
* Fixed remove intermediate containers bug on build goal - it was al…
eemmiirr Apr 7, 2015
e37814e
Merge pull request #194 from eemmiirr/bugfix
marcuslinke Apr 8, 2015
0f847c9
Update CHANGELOG.md
marcuslinke Apr 8, 2015
6ab93b4
Allow for null bindings
chenchun Apr 13, 2015
80093ca
Set to version 1.2.0-SNAPSHOT
Apr 14, 2015
8e2f6b3
[maven-release-plugin] prepare release docker-java-1.2.0
Apr 14, 2015
33b0ff5
[maven-release-plugin] prepare for next development iteration
Apr 14, 2015
065cd78
Update CHANGELOG.md
marcuslinke Apr 14, 2015
bcdfd46
Created FrameReader to assist reading frames from attach commands.
alexec Apr 25, 2015
2b4d5ff
Created FrameReader to assist reading frames from attach commands.
alexec Apr 25, 2015
83943eb
Make FrameReader Closable.
alexec Apr 25, 2015
538d465
Made exception more specifi
alexec Apr 25, 2015
4251444
Trim toString.
alexec Apr 25, 2015
559e6c1
Fixed bug in header.
alexec Apr 25, 2015
1e1e7e8
Updated FrameReaderTest.
alexec Apr 25, 2015
15b388e
Added 'MacAddress' option to create command
Apr 27, 2015
e3e6ce8
Added 'MacAddress' to inspect container response.
Apr 27, 2015
8c948b1
Merge branch 'master' of https://github.com/docker-java/docker-java
Apr 27, 2015
8534b78
* Added support to use Auth for mutiple repos during build
eemmiirr Apr 28, 2015
2bc290d
Fix createContainerWithEnv test
Apr 28, 2015
3dc651e
Merge pull request #197 from chenchun/binding
marcuslinke Apr 28, 2015
0d9e8a4
Update CHANGELOG.md
marcuslinke Apr 28, 2015
68df58a
Merge pull request #200 from docker-java/logging-with-frame
marcuslinke Apr 28, 2015
db7040f
Fix issue #202
Apr 28, 2015
f148c20
Merge branch 'master' of https://github.com/docker-java/docker-java
Apr 28, 2015
fdb9e77
Fix issue #205
May 1, 2015
6cd5f46
Update CHANGELOG.md
marcuslinke May 1, 2015
7f22b87
Merge pull request #204 from eemmiirr/use-authorization-on-build-fix
marcuslinke May 1, 2015
cfc3a9a
Update CHANGELOG.md
marcuslinke May 1, 2015
7675400
Update README.md
marcuslinke May 1, 2015
42c1892
Updated to jersey 2.17.
alexec May 3, 2015
92b2002
Flipped expressions for minor perf issue.
alexec May 3, 2015
9dc9b3c
Reverted jersey 2.11 -> 2.17
alexec May 3, 2015
ebaba35
Created integration test for FrameReader.
alexec May 3, 2015
6a7f1d2
Created integration test for FrameReader.
alexec May 3, 2015
5e8cfc6
Mad Dockerfile more robust.
alexec May 3, 2015
e29e7da
Ignore container removal error.
alexec May 3, 2015
0922068
Fixed connection leak.
alexec May 3, 2015
92aa1bb
Updated test.
alexec May 3, 2015
6942c4f
Ignore error when removing image (e.g. due to brtfs on CircleCI).
alexec May 3, 2015
33d66da
Ignore error when removing image (e.g. due to brtfs on CircleCI).
alexec May 3, 2015
fec6b92
Merge pull request #207 from docker-java/issue-196
alexec May 3, 2015
f05294d
Added PullEventStreamItem and EventStreamReader to stream the reading…
alexec May 3, 2015
8a35bd6
Corrected bug in test.
alexec May 3, 2015
86c9f0a
Added PullEventStreamItem and EventStreamReader to stream the reading…
alexec May 3, 2015
c577bf9
Add public constructor and Javadoc to api.model.Event
oleg-nenashev May 5, 2015
c3224cb
Merge pull request #208 from docker-java/event-stream-reader
marcuslinke May 6, 2015
8042fc9
Update CHANGELOG.md
marcuslinke May 6, 2015
f3e11c7
Merge pull request #210 from oleg-nenashev/api-model-improvement
marcuslinke May 6, 2015
5697c60
Quietly catch IndexOutOfBoundsException.
May 6, 2015
f4d5a4d
Revert "Quietly catch IndexOutOfBoundsException."
May 6, 2015
6fa074b
Add ulimit support
vangie May 7, 2015
bdbdd75
Added framework classes for JSON serialization-deserialization tests
oleg-nenashev May 7, 2015
a221a94
Direct unit tests for https://github.com/docker-java/docker-java/issu…
oleg-nenashev May 7, 2015
c31c4ac
Add missing serializers to resolve https://github.com/docker-java/doc…
oleg-nenashev May 7, 2015
d6e8be3
Add roundtrip spotcheck to InspectExecCmdImplTest
oleg-nenashev May 7, 2015
0dd4944
Merge pull request #212 from oleg-nenashev/issue_211
marcuslinke May 7, 2015
f539a10
Merge branch 'vangie/support_ulimit' of https://github.com/vangie/doc…
May 7, 2015
390b2f9
Use a common path relativize method to fix testDockerIgnore and testN…
xfournet May 8, 2015
3bdb899
Fix testDockerBuilderAddFilesViaWildcard on Windows
xfournet May 8, 2015
0e52d21
Fix canCloseFrameReaderAndReadExpectedLines test on Windows
xfournet May 8, 2015
d61b7c4
Fix regression when building an image from a TAR input stream
xfournet May 9, 2015
5ee09ba
Fix issue #201
May 10, 2015
72a61dd
Fix test expectation
May 10, 2015
2b70b45
Merge branch 'vangie-vangie/support_ulimit't push origin master
May 10, 2015
355e649
Call onCompletetion callback before close because of
May 10, 2015
1d52a47
Fix issue #214
May 10, 2015
8652329
Update CHANGELOG.md
marcuslinke May 10, 2015
5e268e5
Update README.md
marcuslinke May 10, 2015
306f635
Merge pull request #217 from xfournet/pr2
marcuslinke May 10, 2015
9954713
Exclude from CircleCI integration tests
May 10, 2015
ebcb85c
Set new semver version
May 10, 2015
3a0e734
[maven-release-plugin] prepare release docker-java-1.3.0
May 10, 2015
f4f8b56
[maven-release-plugin] prepare for next development iteration
May 10, 2015
9daa373
Update CHANGELOG.md
marcuslinke May 10, 2015
c5ba01b
Update README.md
marcuslinke May 10, 2015
e34638a
Do not wait for another event before exiting.
jtnord May 13, 2015
4c850b8
Merge pull request #220 from jtnord/patch-2
marcuslinke May 13, 2015
a9b92e3
Fix roundtrip test
May 14, 2015
a072d62
Workaround for issue #196
May 14, 2015
1ed6fbf
Warning comment on 'followStream'
May 15, 2015
2df09cd
Make FrameReaderITest work again
May 15, 2015
bff4291
Added test for starting container with auto assigned port binding
May 22, 2015
60ee0ce
Add docker stats support
May 24, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git/
target/
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Unix shell files use Unix line endings
*.sh text eol=lf

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: java
jdk:
- oraclejdk7
after_success:
- echo "<settings><servers><server><id>ossrh</id><username>\${env.OSSRH_USER}</username><password>\${env.OSSRH_PASS}</password></server></servers></settings>" > ~/settings.xml
- mvn deploy -DskipITs --settings ~/settings.xml
179 changes: 179 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
Change Log
===
Latest SNAPSHOT
---

v1.3.0
---
* [#213](https://github.com/docker-java/docker-java/pull/213) Add ulimit support
* [#208](https://github.com/docker-java/docker-java/pull/208) Added PullEventStreamItem and EventStreamReader to stream the reading of events
* [#205](https://github.com/docker-java/docker-java/issues/205) Access mode of VolumesRW incorrectly deserialized
* [#204] (https://github.com/docker-java/docker-java/pull/204) Added support to use the credentials from .dockercfg during build
* [#203](https://github.com/docker-java/docker-java/issues/203) Missing 'MacAddress' option in create container command
* [#197](https://github.com/docker-java/docker-java/pull/197) Allow for null bindings

v1.2.0
---
* [#194](https://github.com/docker-java/docker-java/pull/194) Fixed remove intermediate containers bug on build goal
* [#193](https://github.com/docker-java/docker-java/pull/193) Add HostConfig related methods from start command to create command
* [#192](https://github.com/docker-java/docker-java/pull/192) Added a Links constructor accepting a List object

v1.1.0
---

* [#186](https://github.com/docker-java/docker-java/pull/186) Added withPull method to BuilImageCmd
* [#185](https://github.com/docker-java/docker-java/pull/185) Introduce WrappedResponseInputStream to close underlying Response
* [#180](https://github.com/docker-java/docker-java/pull/180) Dockerfiles not called 'dockerfile'
* [#179](https://github.com/docker-java/docker-java/pull/179) Add support for cpuset in CreateContainerCmd
* [#170](https://github.com/docker-java/docker-java/pull/170) Allow to specify alternative files other than 'Dockerfile' for building images
* [#165](https://github.com/docker-java/docker-java/pull/165) PushImageCmd assumes that you have an auth config setup
* [#161](https://github.com/docker-java/docker-java/pull/161) Inspect exec command
* [#159](https://github.com/docker-java/docker-java/pull/159) Add missing Info fields
* [#156](https://github.com/docker-java/docker-java/pull/156) Add support for configuring ExtraHosts
* [#146](https://github.com/docker-java/docker-java/pull/146) Create Identifier type


v1.0.0
---
* [#152](https://github.com/docker-java/docker-java/pull/152) Restore guava as a dependency
* [#149](https://github.com/docker-java/docker-java/pull/149) Handle HTTP-Redirects
* [#148](https://github.com/docker-java/docker-java/pull/148) Save image functionality
* [#142](https://github.com/docker-java/docker-java/pull/142) Reduce Logging Level
* [#138](https://github.com/docker-java/docker-java/pull/138) Apache CXF interopabilty
* [#137](https://github.com/docker-java/docker-java/pull/137) Multiple volumesFrom option when creating a container
* [#135](https://github.com/docker-java/docker-java/pull/135) Update to latest unix-socket-factory
* [#134](https://github.com/docker-java/docker-java/pull/134) Remove Google Guava as dependency
* [#131](https://github.com/docker-java/docker-java/pull/128) Utility classes and streamed JSON representations
* [#128](https://github.com/docker-java/docker-java/pull/128) Allow unauthorized pullImageCmd

v0.10.5
---
* [#125](https://github.com/docker-java/docker-java/pull/125) Unixsocket support
* [#123](https://github.com/docker-java/docker-java/pull/123) support DOCKER_TLS_VERIFY to detect ssl
* [#121](https://github.com/docker-java/docker-java/pull/121) Implemented support for commands: Exec-start, Exec-create
* [#120](https://github.com/docker-java/docker-java/pull/120) Command resource cleanup after command execution
* [#118](https://github.com/docker-java/docker-java/pull/118) Use chunked encoding when passing the docker image
* [#116](https://github.com/docker-java/docker-java/pull/116) Allow SSL configuration from pre-existing keystore to be used
* [#115](https://github.com/docker-java/docker-java/pull/115) Polish RestartPolicy
* [#114](https://github.com/docker-java/docker-java/pull/114) Fix CreateContainerCmdImpl.withVolumesFrom()
* [#111](https://github.com/docker-java/docker-java/pull/111) Allow to send empty messages in StartContainerCmd

v0.10.4
---

* [#109](https://github.com/docker-java/docker-java/pull/109) Support tag in push image command
* [#106](https://github.com/docker-java/docker-java/pull/106) Allow to manage Linux capabilities in CreateContainerCmd
* [#105](https://github.com/docker-java/docker-java/pull/105) Allow to pass HostConfig when creating a container
* [#103](https://github.com/docker-java/docker-java/pull/103) Make GoLangMatchFileFilter work on Windows
* [#102](https://github.com/docker-java/docker-java/pull/102) Downgraded jackson-jaxrs dependency version
* [#101](https://github.com/docker-java/docker-java/pull/101) list filtered images as described in the remote api docs
* [#100](https://github.com/docker-java/docker-java/pull/100) Add support for .dockercfg files to handle auth for push command
* [#95](https://github.com/docker-java/docker-java/pull/95) Add support for .dockerignore files
* [#92](https://github.com/docker-java/docker-java/pull/92) Add travis-ci support
* [#90](https://github.com/docker-java/docker-java/pull/90) Update DockerClientBuilder.java
* [#88](https://github.com/docker-java/docker-java/pull/88) Add support for private repositories and pull/push authentication

v0.10.3
---

* [#87](https://github.com/docker-java/docker-java/pull/87) Improve adding of port bindings
* [#83](https://github.com/docker-java/docker-java/pull/83) Loading of custom DockerCmdExecFactory
* [#81](https://github.com/docker-java/docker-java/pull/81) Env config
* [#82](https://github.com/docker-java/docker-java/pull/82) Allow multiple port bindings per ExposedPort
* [#80](https://github.com/docker-java/docker-java/pull/80) explicitly use the latest image version
* [#79](https://github.com/docker-java/docker-java/pull/79) Move slow tests to integration test phase, enable tests by default
* [#76](https://github.com/docker-java/docker-java/pull/76) New enum \"InternetProtocol\" for supported IP protocols replaces \"scheme\"
* [#75](https://github.com/docker-java/docker-java/pull/75) Use ExposedPort.toString() in serialization
* [#74](https://github.com/docker-java/docker-java/pull/74) Use project.build.sourceEncoding in compiler
* [#73](https://github.com/docker-java/docker-java/pull/73) Improve parsing and serialization of Link
* [#70](https://github.com/docker-java/docker-java/pull/70) Improve instantiation and serialization of Bind

v0.10.2
---

* [#69](https://github.com/docker-java/docker-java/pull/69) Use canonical form of Docker folder when building TAR files
* [#68](https://github.com/docker-java/docker-java/pull/68) Set Jersey client CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
* [#67](https://github.com/docker-java/docker-java/pull/67) typo in README.md
* [#65](https://github.com/docker-java/docker-java/pull/65) Added static method udp in ExposedPort
* [#63](https://github.com/docker-java/docker-java/pull/63) Bind.parse() fails when access mode is specified
* [#57](https://github.com/docker-java/docker-java/pull/57) Add streaming events API
* [#59](https://github.com/docker-java/docker-java/pull/59) Update readme to include corrected api example
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
* [#56](https://github.com/docker-java/docker-java/pull/56) Update README.md
* [#58](https://github.com/docker-java/docker-java/pull/58) Code clear and bug fix

v0.10.1
---

* [#49](https://github.com/docker-java/docker-java/pull/49) Allow user to check where volume is binded on host
* [#47](https://github.com/docker-java/docker-java/pull/47) let CompressArchiveUtil preserve executable flags
* [#46](https://github.com/docker-java/docker-java/pull/46) Fixes to AttachContainerCmd and CreateContainerCmd.

v0.10.0
---

* [#45](https://github.com/docker-java/docker-java/pull/45) Fix Issue #44 Adjusting DNS property type to be a String array as specified by the Doc...
* [#38](https://github.com/docker-java/docker-java/pull/38) Remove special-case for one \":\" from PullCommand
* [#37](https://github.com/docker-java/docker-java/pull/37) Starts v0.10.0
* [#35](https://github.com/docker-java/docker-java/pull/35) Exposing the withTTY method for container creation.

v0.9.1
---

* [#31](https://github.com/docker-java/docker-java/pull/31) Change VolumesFrom to handle array
* [#29](https://github.com/docker-java/docker-java/pull/29) Makes Config a public, immutable class with a builder
* [#22](https://github.com/docker-java/docker-java/pull/22) Fixes for startContainerCmd
* [#19](https://github.com/docker-java/docker-java/pull/19) Add missing options to BuildCmd and set them to match Docker client.
* [#16](https://github.com/docker-java/docker-java/pull/16) Build image improvements

v0.9.0
---

* [#14](https://github.com/docker-java/docker-java/pull/14) Use RegEx to match ADD command from Dockerfile.
* [#9](https://github.com/docker-java/docker-java/pull/9) Add a build command accepting a tar as a InputStream, so we can build the Dockerfile TAR on the fly without a temporary folder.

v0.8.2
---

* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
* [#66](https://github.com/docker-java/docker-java/pull/66) Backport the new structure to Jersey 1.18
* [#65](https://github.com/docker-java/docker-java/pull/65) Added static method udp in ExposedPort
* [#61](https://github.com/docker-java/docker-java/pull/61)
* [#60](https://github.com/docker-java/docker-java/pull/60) Added additional callback methods to EventCallback
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
* [#55](https://github.com/docker-java/docker-java/pull/55)
* [#58](https://github.com/docker-java/docker-java/pull/58) Code clear and bug fix
* [#54](https://github.com/docker-java/docker-java/pull/54)
* [#3](https://github.com/docker-java/docker-java/pull/3)
* [#2](https://github.com/docker-java/docker-java/pull/2) Move to new maven coordinate com.github.docker-java:docker-java
* [#1](https://github.com/docker-java/docker-java/pull/1) Merge
* [#34](https://github.com/docker-java/docker-java/pull/34)
* [#36](https://github.com/docker-java/docker-java/pull/36)
* [#37](https://github.com/docker-java/docker-java/pull/37) Starts v0.10.0
* [#32](https://github.com/docker-java/docker-java/pull/32)

v0.8.1
---


v0.8.1
---

* [#28](https://github.com/docker-java/docker-java/pull/28) Improves use of docker-java in unit tests
* [#30](https://github.com/docker-java/docker-java/pull/30) Add ping method
* [#27](https://github.com/docker-java/docker-java/pull/27) Added a close method to DockerClient
* [#26](https://github.com/docker-java/docker-java/pull/26)
* [#24](https://github.com/docker-java/docker-java/pull/24)
* [#23](https://github.com/docker-java/docker-java/pull/23)
* [#22](https://github.com/docker-java/docker-java/pull/22) Fixes for startContainerCmd
* [#20](https://github.com/docker-java/docker-java/pull/20)
* [#19](https://github.com/docker-java/docker-java/pull/19) Add missing options to BuildCmd and set them to match Docker client.
* [#18](https://github.com/docker-java/docker-java/pull/18) Added Container-Linking
* [#16](https://github.com/docker-java/docker-java/pull/16) Build image improvements
* [#15](https://github.com/docker-java/docker-java/pull/15) Collection of changes driven by use in gradle-docker and on Windows
* [#14](https://github.com/docker-java/docker-java/pull/14) Use RegEx to match ADD command from Dockerfile.
* [#9](https://github.com/docker-java/docker-java/pull/9) Add a build command accepting a tar as a InputStream, so we can build the Dockerfile TAR on the fly without a temporary folder.
* [#5](https://github.com/docker-java/docker-java/pull/5) add paused field in ContainerInspectResponse
* [#6](https://github.com/docker-java/docker-java/pull/6)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright [2013] [[email protected]]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading