public class DockerMachineClientProviderStrategy extends DockerClientProviderStrategy
client, config, LOGGER| Constructor and Description |
|---|
DockerMachineClientProviderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
protected int |
getPriority() |
protected boolean |
isApplicable() |
protected boolean |
isPersistable() |
void |
test() |
checkOSType, getClient, getClientForConfig, getDockerHostIpAddress, getFirstValidStrategy, pingprotected boolean isApplicable()
isApplicable in class DockerClientProviderStrategyprotected boolean isPersistable()
isPersistable in class DockerClientProviderStrategyprotected int getPriority()
getPriority in class DockerClientProviderStrategypublic void test()
throws InvalidConfigurationException
test in class DockerClientProviderStrategyInvalidConfigurationException - if this strategy failspublic java.lang.String getDescription()
getDescription in class DockerClientProviderStrategy