Class ResolvedDockerHost
java.lang.Object
org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
Resolves a
DockerHost from the environment, configuration, or using defaults.- Since:
- 2.7.0
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResolvedDockerHostfrom(@Nullable DockerConnectionConfiguration connectionConfiguration) Create a newResolvedDockerHostfrom the given host configuration.booleanbooleanisRemote()Methods inherited from class DockerHost
getCertificatePath, isSecure
-
Method Details
-
getAddress
- Overrides:
getAddressin classDockerHost
-
isRemote
public boolean isRemote() -
isLocalFileReference
public boolean isLocalFileReference() -
from
public static ResolvedDockerHost from(@Nullable DockerConnectionConfiguration connectionConfiguration) Create a newResolvedDockerHostfrom the given host configuration.- Parameters:
connectionConfiguration- the host configuration ornull- Returns:
- the resolved docker host
-