public interface DockerClientConfig
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
effectiveAuthConfig(String imageName) |
RemoteApiVersion |
getApiVersion() |
AuthConfigurations |
getAuthConfigurations() |
static com.fasterxml.jackson.databind.ObjectMapper |
getDefaultObjectMapper() |
URI |
getDockerHost() |
default com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
String |
getRegistryEmail() |
String |
getRegistryPassword() |
String |
getRegistryUrl() |
String |
getRegistryUsername() |
SSLConfig |
getSSLConfig()
Returns an
SSLConfig when secure connection is configured or null if not. |
static com.fasterxml.jackson.databind.ObjectMapper getDefaultObjectMapper()
URI getDockerHost()
RemoteApiVersion getApiVersion()
String getRegistryUsername()
String getRegistryPassword()
String getRegistryEmail()
String getRegistryUrl()
AuthConfig effectiveAuthConfig(String imageName)
AuthConfigurations getAuthConfigurations()
SSLConfig getSSLConfig()
SSLConfig when secure connection is configured or null if not.default com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2025. All rights reserved.