public class NpipeSocketClientProviderStrategy extends DockerClientProviderStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DOCKER_SOCK_PATH |
static int |
PRIORITY |
client, config, LOGGER| Constructor and Description |
|---|
NpipeSocketClientProviderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
protected int |
getPriority() |
protected boolean |
isApplicable() |
void |
test() |
checkOSType, getClient, getClientForConfig, getDockerHostIpAddress, getFirstValidStrategy, isPersistable, pingprotected static final java.lang.String DOCKER_SOCK_PATH
public static final int PRIORITY
protected 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 DockerClientProviderStrategyprotected int getPriority()
getPriority in class DockerClientProviderStrategy