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(DockerConfiguration.DockerHostConfiguration dockerHost) booleanbooleanisRemote()Methods inherited from class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
getCertificatePath, isSecure
-
Method Details
-
getAddress
- Overrides:
getAddressin classDockerHost
-
isRemote
public boolean isRemote() -
isLocalFileReference
public boolean isLocalFileReference() -
from
-