Class | Description |
---|---|
AuditLoggingDockerClient |
Wrapper for
DockerClient to facilitate 'audit logging' of potentially destruction actions using
AuditLogger . |
DockerClientConfigUtils | |
DockerClientProviderStrategy |
Mechanism to find a viable Docker client configuration according to the host system environment.
|
DockerMachineClientProviderStrategy |
Use Docker machine (if available on the PATH) to locate a Docker environment.
|
EnvironmentAndSystemPropertyClientProviderStrategy |
Use environment variables and system properties (as supported by the underlying DockerClient DefaultConfigBuilder)
to try and locate a docker environment.
|
LogToStringContainerCallback | |
NpipeSocketClientProviderStrategy | |
ProxiedUnixSocketClientProviderStrategy | |
UnixSocketClientProviderStrategy | |
WindowsClientProviderStrategy |
Exception | Description |
---|---|
InvalidConfigurationException |
Exception to indicate that a
DockerClientProviderStrategy fails. |