クラス DockerHost

java.lang.ObjectSE
org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
既知の直属サブクラス
ResolvedDockerHost

public class DockerHost extends ObjectSE
Docker ホスト接続オプション。
導入:
2.4.0
作成者:
Scott Frederick
  • コンストラクターの詳細

    • DockerHost

      public DockerHost(@Nullable StringSE address)
    • DockerHost

      public DockerHost(@Nullable StringSE address, boolean secure, @Nullable StringSE certificatePath)
  • メソッドの詳細

    • getAddress

      public @Nullable StringSE getAddress()
    • isSecure

      public boolean isSecure()
    • getCertificatePath

      public @Nullable StringSE getCertificatePath()