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