Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor javadoc addition
  • Loading branch information
sabre1041 committed Oct 22, 2014
commit 077df9fad765e8b14c0decca302a1952e79a3e40
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public DockerClientConfigBuilder() {

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