com.github.dockerjava.core
Class DockerClientConfig
java.lang.Object
com.github.dockerjava.core.DockerClientConfig
public class DockerClientConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUri
public URI getUri()
getVersion
public String getVersion()
getUsername
public String getUsername()
getPassword
public String getPassword()
getEmail
public String getEmail()
getReadTimeout
public Integer getReadTimeout()
isLoggingFilterEnabled
public boolean isLoggingFilterEnabled()
loadIncludedDockerProperties
public static Properties loadIncludedDockerProperties()
overrideDockerPropertiesWithSettingsFromUserHome
public static Properties overrideDockerPropertiesWithSettingsFromUserHome(Properties p)
- Creates a new Properties object containing values overridden from ${user.home}/.docker.io.properties
- Parameters:
p
- The original set of properties to override
- Returns:
- A copy of the original Properties with overridden values
overrideDockerPropertiesWithSystemProperties
public static Properties overrideDockerPropertiesWithSystemProperties(Properties p)
- Creates a new Properties object containing values overridden from the System properties
- Parameters:
p
- The original set of properties to override
- Returns:
- A copy of the original Properties with overridden values
createDefaultConfigBuilder
public static DockerClientConfig.DockerClientConfigBuilder createDefaultConfigBuilder()
Copyright © 2014. All rights reserved.