Class DockerConfiguration.DockerHostConfiguration
java.lang.Object
org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration.DockerHostConfiguration
- Enclosing class:
- DockerConfiguration
-
Constructor Summary
ConstructorDescriptionDockerHostConfiguration
(String address, String context, boolean secure, String certificatePath) -
Method Summary
Modifier and TypeMethodDescriptionforAddress
(String address) forAddress
(String address, boolean secure, String certificatePath) boolean
isSecure()
-
Constructor Details
-
DockerHostConfiguration
-
-
Method Details
-
getAddress
-
getContext
-
isSecure
public boolean isSecure() -
getCertificatePath
-
forAddress
-
forAddress
public static DockerConfiguration.DockerHostConfiguration forAddress(String address, boolean secure, String certificatePath)
-