public class WindowsClientProviderStrategy extends DockerClientProviderStrategy
client, config, LOGGER| Constructor and Description |
|---|
WindowsClientProviderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
protected boolean |
isApplicable() |
void |
test() |
protected @NotNull com.github.dockerjava.core.DockerClientConfig |
tryConfiguration(java.lang.String dockerHost) |
checkOSType, getClient, getClientForConfig, getDockerHostIpAddress, getFirstValidStrategy, getPriority, isPersistable, pingprotected boolean isApplicable()
isApplicable in class DockerClientProviderStrategypublic void test()
throws InvalidConfigurationException
test in class DockerClientProviderStrategyInvalidConfigurationException - if this strategy failspublic java.lang.String getDescription()
getDescription in class DockerClientProviderStrategy@NotNull protected @NotNull com.github.dockerjava.core.DockerClientConfig tryConfiguration(java.lang.String dockerHost)