| Class | Description |
|---|---|
| AuditLoggingDockerClient | Deprecated
should not be used publicly
|
| 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. |