public static class DockerMachine.RemoteBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DockerMachine |
build() |
DockerMachine.RemoteBuilder |
host(String hostname) |
DockerMachine.RemoteBuilder |
withAdditionalEnvironmentVariable(String key,
String value) |
DockerMachine.RemoteBuilder |
withEnvironment(Map<String,String> newEnvironment) |
DockerMachine.RemoteBuilder |
withoutTLS() |
DockerMachine.RemoteBuilder |
withTLS(String certPath) |
public DockerMachine.RemoteBuilder host(String hostname)
public DockerMachine.RemoteBuilder withTLS(String certPath)
public DockerMachine.RemoteBuilder withoutTLS()
public DockerMachine.RemoteBuilder withAdditionalEnvironmentVariable(String key, String value)
public DockerMachine.RemoteBuilder withEnvironment(Map<String,String> newEnvironment)
public DockerMachine build()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.