Skip to content

Commit 077df9f

Browse files
committed
Minor javadoc addition
1 parent 2ce62f4 commit 077df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/core/DockerClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public DockerClientConfigBuilder() {
129129

130130
/**
131131
* This will set all fields in the builder to those contained in the Properties object. The Properties object
132-
* should contain the following docker.io.* keys: url, version, username, password, and email. If
132+
* should contain the following docker.io.* keys: url, version, username, password, email, and dockerCertPath. If
133133
* docker.io.readTimeout or docker.io.enableLoggingFilter are not contained, they will be set to 1000 and true,
134134
* respectively.
135135
*

0 commit comments

Comments
 (0)