- #152 Restore guava as a dependency
- #149 Handle HTTP-Redirects
- #148 Save image functionality
- #142 Reduce Logging Level
- #138 Apache CXF interopabilty
- #137 Multiple volumesFrom option when creating a container
- #135 Update to latest unix-socket-factory
- #134 Remove Google Guava as dependency
- #131 Utility classes and streamed JSON representations
- #128 Allow unauthorized pullImageCmd
- #125 Unixsocket support
- #123 support DOCKER_TLS_VERIFY to detect ssl
- #121 Implemented support for commands: Exec-start, Exec-create
- #120 Command resource cleanup after command execution
- #118 Use chunked encoding when passing the docker image
- #116 Allow SSL configuration from pre-existing keystore to be used
- #115 Polish RestartPolicy
- #114 Fix CreateContainerCmdImpl.withVolumesFrom()
- #111 Allow to send empty messages in StartContainerCmd
- #109 Support tag in push image command
- #106 Allow to manage Linux capabilities in CreateContainerCmd
- #105 Allow to pass HostConfig when creating a container
- #103 Make GoLangMatchFileFilter work on Windows
- #102 Downgraded jackson-jaxrs dependency version
- #101 list filtered images as described in the remote api docs
- #100 Add support for .dockercfg files to handle auth for push command
- #95 Add support for .dockerignore files
- #92 Add travis-ci support
- #90 Update DockerClientBuilder.java
- #88 Add support for private repositories and pull/push authentication
- #87 Improve adding of port bindings
- #83 Loading of custom DockerCmdExecFactory
- #81 Env config
- #82 Allow multiple port bindings per ExposedPort
- #80 explicitly use the latest image version
- #79 Move slow tests to integration test phase, enable tests by default
- #76 New enum "InternetProtocol" for supported IP protocols replaces "scheme"
- #75 Use ExposedPort.toString() in serialization
- #74 Use project.build.sourceEncoding in compiler
- #73 Improve parsing and serialization of Link
- #70 Improve instantiation and serialization of Bind
- #69 Use canonical form of Docker folder when building TAR files
- #68 Set Jersey client CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE
- #67 typo in README.md
- #65 Added static method udp in ExposedPort
- #63 Bind.parse() fails when access mode is specified
- #57 Add streaming events API
- #59 Update readme to include corrected api example
- #2 Move to new maven coordinate com.github.docker-java:docker-java
- #56 Update README.md
- #58 Code clear and bug fix
- #49 Allow user to check where volume is binded on host
- #47 let CompressArchiveUtil preserve executable flags
- #46 Fixes to AttachContainerCmd and CreateContainerCmd.
- #45 Fix Issue #44 Adjusting DNS property type to be a String array as specified by the Doc...
- #38 Remove special-case for one ":" from PullCommand
- #37 Starts v0.10.0
- #35 Exposing the withTTY method for container creation.
- #31 Change VolumesFrom to handle array
- #29 Makes Config a public, immutable class with a builder
- #22 Fixes for startContainerCmd
- #19 Add missing options to BuildCmd and set them to match Docker client.
- #16 Build image improvements
- #14 Use RegEx to match ADD command from Dockerfile.
- #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.
- #2 Move to new maven coordinate com.github.docker-java:docker-java
- #1 Merge
- #2 Move to new maven coordinate com.github.docker-java:docker-java
- #66 Backport the new structure to Jersey 1.18
- #65 Added static method udp in ExposedPort
- #61
- #60 Added additional callback methods to EventCallback
- #1 Merge
- #55
- #58 Code clear and bug fix
- #54
- #3
- #2 Move to new maven coordinate com.github.docker-java:docker-java
- #1 Merge
- #34
- #36
- #37 Starts v0.10.0
- #32
- #28 Improves use of docker-java in unit tests
- #30 Add ping method
- #27 Added a close method to DockerClient
- #26
- #24
- #23
- #22 Fixes for startContainerCmd
- #20
- #19 Add missing options to BuildCmd and set them to match Docker client.
- #18 Added Container-Linking
- #16 Build image improvements
- #15 Collection of changes driven by use in gradle-docker and on Windows
- #14 Use RegEx to match ADD command from Dockerfile.
- #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 add paused field in ContainerInspectResponse
- #6