Class ResolvedDockerHost

java.lang.Object
org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost

public class ResolvedDockerHost extends DockerHost
Resolves a DockerHost from the environment, configuration, or using defaults.
Since:
2.7.0
Author:
Scott Frederick
  • Method Details

    • getAddress

      public String getAddress()
      Overrides:
      getAddress in class DockerHost
    • isRemote

      public boolean isRemote()
    • isLocalFileReference

      public boolean isLocalFileReference()
    • from

      public static ResolvedDockerHost from(@Nullable DockerConnectionConfiguration connectionConfiguration)
      Create a new ResolvedDockerHost from the given host configuration.
      Parameters:
      connectionConfiguration - the host configuration or null
      Returns:
      the resolved docker host