@Deprecated public final class RootlessDockerClientProviderStrategy extends DockerClientProviderStrategy
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIORITY
Deprecated.
|
| Constructor and Description |
|---|
RootlessDockerClientProviderStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Deprecated.
|
protected int |
getPriority()
Deprecated.
|
@Nullable java.nio.file.Path |
getSocketPath()
Deprecated.
|
TransportConfig |
getTransportConfig()
Deprecated.
|
protected boolean |
isApplicable()
Deprecated.
|
getClient, getClientForConfig, getDockerClient, getDockerHostIpAddress, getFirstValidStrategy, getInfo, isPersistable, testpublic static final int PRIORITY
public RootlessDockerClientProviderStrategy()
public TransportConfig getTransportConfig() throws InvalidConfigurationException
getTransportConfig in class DockerClientProviderStrategyInvalidConfigurationException - if this strategy failsprotected boolean isApplicable()
isApplicable in class DockerClientProviderStrategypublic java.lang.String getDescription()
getDescription in class DockerClientProviderStrategyprotected int getPriority()
getPriority in class DockerClientProviderStrategy@Nullable public @Nullable java.nio.file.Path getSocketPath()