Package org.testcontainers.dockerclient
Class DockerMachineClientProviderStrategy
java.lang.Object
org.testcontainers.dockerclient.DockerClientProviderStrategy
org.testcontainers.dockerclient.DockerMachineClientProviderStrategy
@Deprecated
public final class DockerMachineClientProviderStrategy
extends DockerClientProviderStrategy
Deprecated.
this class is used by the SPI and should not be used directly
Use Docker machine (if available on the PATH) to locate a Docker environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.protected intDeprecated.Deprecated.protected booleanDeprecated.protected booleanDeprecated.Methods inherited from class org.testcontainers.dockerclient.DockerClientProviderStrategy
allowUserOverrides, getClient, getClientForConfig, getDockerClient, getDockerHostIpAddress, getFirstValidStrategy, getInfo, getRemoteDockerUnixSocketPath, test
-
Constructor Details
-
DockerMachineClientProviderStrategy
public DockerMachineClientProviderStrategy()Deprecated.
-
-
Method Details
-
isApplicable
protected boolean isApplicable()Deprecated.- Overrides:
isApplicablein classDockerClientProviderStrategy
-
isPersistable
protected boolean isPersistable()Deprecated.- Overrides:
isPersistablein classDockerClientProviderStrategy
-
getPriority
protected int getPriority()Deprecated.- Overrides:
getPriorityin classDockerClientProviderStrategy- Returns:
- highest to lowest priority value
-
getDescription
Deprecated.- Specified by:
getDescriptionin classDockerClientProviderStrategy- Returns:
- a short textual description of the strategy
-
getTransportConfig
Deprecated.- Specified by:
getTransportConfigin classDockerClientProviderStrategy
-