static DockerMachine |
DockerMachine.at(com.oracle.bedrock.runtime.Platform platform) |
Create a DockerMachine using the specified Platform
as the platform to execute Docker Machine commands.
|
DockerMachine |
DockerMachine.bugSnagToken(String token) |
Specify the BugSnag API token for crash reporting
|
DockerMachine |
DockerMachine.debug() |
Enable debug mode.
|
DockerMachine |
DockerMachinePlatform.getDockerMachine() |
|
DockerMachine |
DockerMachine.githubToken(String token) |
Specify the token to use for requests to the Github API
|
static DockerMachine |
DockerMachine.local() |
Create a DockerMachine using the LocalPlatform
as the platform to execute Docker Machine commands.
|
DockerMachine |
DockerMachine.nativeSSH() |
Use the native (Go-based) SSH implementation
|
DockerMachine |
DockerMachine.storagePath(File path) |
Specify the storage path.
|
DockerMachine |
DockerMachine.tlsCACert(Object cert) |
Specify the CA to verify remotes against.
|
DockerMachine |
DockerMachine.tlsCAKey(Object key) |
Specify the private key to generate certificates.
|
DockerMachine |
DockerMachine.tlsClientCert(Object cert) |
Specify the client cert to use for TLS
|
DockerMachine |
DockerMachine.tlsPrivateKey(Object key) |
Specify the private key used in client TLS auth
|
DockerMachine |
DockerMachine.withCommandOptions(com.oracle.bedrock.runtime.options.Argument... args) |
Add the specified Docker Machine command option.
|