Commit f266e8c6 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.3.x'

parents b69fd922 5a539ce3
...@@ -10,9 +10,10 @@ The setup that's required varies depending on your operating system. ...@@ -10,9 +10,10 @@ The setup that's required varies depending on your operating system.
=== Docker on OS X === Docker on OS X
Docker relies on Linux kernel features so the Docker Daemon must be run inside a Linux VM. The latest version of Docker runs as a native Mac application but isn't supported by
Following the https://docs.docker.com/engine/installation/mac/[OS X installation docker-java. This means that you should use Docker Toolbox. See the
instructions] to install Docker Toolbox which uses VirtualBox to host the required VM. https://docs.docker.com/engine/installation/mac/[OS X installation instructions] for
details.
=== Docker on Linux === Docker on Linux
......
...@@ -233,7 +233,7 @@ public class SysVinitLaunchScriptIT { ...@@ -233,7 +233,7 @@ public class SysVinitLaunchScriptIT {
private DockerClient createClient() { private DockerClient createClient() {
DockerClientConfig config = DockerClientConfig.createDefaultConfigBuilder() DockerClientConfig config = DockerClientConfig.createDefaultConfigBuilder()
.build(); .withVersion("1.19").build();
DockerClient docker = DockerClientBuilder.getInstance(config) DockerClient docker = DockerClientBuilder.getInstance(config)
.withDockerCmdExecFactory(this.commandExecFactory).build(); .withDockerCmdExecFactory(this.commandExecFactory).build();
return docker; return docker;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment