Skip to content

Commit f55603c

Browse files
authored
Merge pull request docker-java#655 from monksy/patch-1
Doc fix: Fixed a bad implimentation reference
2 parents c2e4f2c + b87e0d6 commit f55603c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There are three ways to configure, in descending order of precedence:
9393
#### Programmatic:
9494
In your application, e.g.
9595

96-
DockerClientConfig config = DockerClientConfig.createDefaultConfigBuilder()
96+
DockerClientConfig config = DefaultDockerClientConfig.createDefaultConfigBuilder()
9797
.withDockerHost("tcp://my-docker-host.tld:2376")
9898
.withDockerTlsVerify(true)
9999
.withDockerCertPath("/home/user/.docker/certs")

0 commit comments

Comments
 (0)