We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e4f2c commit b87e0d6Copy full SHA for b87e0d6
1 file changed
README.md
@@ -93,7 +93,7 @@ There are three ways to configure, in descending order of precedence:
93
#### Programmatic:
94
In your application, e.g.
95
96
- DockerClientConfig config = DockerClientConfig.createDefaultConfigBuilder()
+ DockerClientConfig config = DefaultDockerClientConfig.createDefaultConfigBuilder()
97
.withDockerHost("tcp://my-docker-host.tld:2376")
98
.withDockerTlsVerify(true)
99
.withDockerCertPath("/home/user/.docker/certs")
0 commit comments