com.github.dockerjava.client
Class Config
java.lang.Object
com.github.dockerjava.client.Config
public class Config
- 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 Config.DockerClientConfigBuilder createDefaultConfigBuilder()
Copyright © 2014. All rights reserved.