public interface DockerClientConfig
Modifier and Type | Method and Description |
---|---|
AuthConfig |
effectiveAuthConfig(String imageName) |
RemoteApiVersion |
getApiVersion() |
AuthConfigurations |
getAuthConfigurations() |
URI |
getDockerHost() |
String |
getRegistryEmail() |
String |
getRegistryPassword() |
String |
getRegistryUrl() |
String |
getRegistryUsername() |
SSLConfig |
getSSLConfig()
Returns an
SSLConfig when secure connection is configured or null if not. |
URI getDockerHost()
RemoteApiVersion getApiVersion()
String getRegistryUsername()
String getRegistryPassword()
String getRegistryEmail()
String getRegistryUrl()
AuthConfig effectiveAuthConfig(String imageName)
AuthConfigurations getAuthConfigurations()
Copyright © 2017. All Rights Reserved.