public class Docker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Docker.DockerRegistry
Encapsulates Docker registry authentication configuration options.
|
Constructor and Description |
---|
Docker() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCertPath()
The path to TLS certificate and key files required for TLS communication with the
Docker daemon.
|
java.lang.String |
getHost()
The host address of the Docker daemon.
|
boolean |
isTlsVerify()
Whether the Docker daemon requires TLS communication.
|
public java.lang.String getHost()
public boolean isTlsVerify()
true
to enable TLSpublic java.lang.String getCertPath()