public class UnixSocketClientProviderStrategy 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 |
---|
UnixSocketClientProviderStrategy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
protected int |
getPriority() |
protected boolean |
isApplicable() |
void |
test() |
protected @NotNull com.github.dockerjava.core.DockerClientConfig |
tryConfiguration(java.lang.String dockerHost) |
getClient, getClientForConfig, getDockerHostIpAddress, getFirstValidStrategy, isPersistable, ping
protected static final java.lang.String DOCKER_SOCK_PATH
public static final int PRIORITY
protected boolean isApplicable()
isApplicable
in class DockerClientProviderStrategy
public void test() throws InvalidConfigurationException
test
in class DockerClientProviderStrategy
InvalidConfigurationException
- if this strategy fails@NotNull protected @NotNull com.github.dockerjava.core.DockerClientConfig tryConfiguration(java.lang.String dockerHost)
public java.lang.String getDescription()
getDescription
in class DockerClientProviderStrategy
protected int getPriority()
getPriority
in class DockerClientProviderStrategy