| ApacheUnixSocket.SocketOptionSetter |
| CompressedDirectory
This helper class is used during the docker build command to create a gzip tarball of a directory
containing a Dockerfile.
|
CompressedDirectory.DockerIgnorePathMatcher
A decorator for the PathMatcher with a type to determine if it is an exclusion pattern
or an exclude to an aforementioned exclusion.
|
| DefaultDockerClient |
| DefaultDockerClient.Builder |
| DockerCertificates
DockerCertificates holds certificates for connecting to an HTTPS-secured Docker instance with
client/server authentication.
|
| DockerCertificates.Builder |
| DockerClient
A client for interacting with dockerd.
|
| DockerClient.AttachParameter
|
| DockerClient.BuildParam
Flags which can be passed to the build method.
|
| DockerClient.EventsParam
|
| DockerClient.ExecCreateParam
|
| DockerClient.ExecStartParameter
|
| DockerClient.ListContainersParam
|
| DockerClient.ListImagesParam
|
| DockerClient.LogsParam
|
| DockerClient.RemoveContainerParam
|
| DockerDateFormat
Docker returns timestamps with nanosecond precision
(e.g.
|
| DockerHost
Represents a dockerd endpoint.
|
| DockerHost.SystemDelegate
An interface to be mocked during testing.
|
| EventReader |
| EventStream |
| LogMessage |
| LogMessage.Stream |
| LogReader |
| LogStream |
| ProgressHandler
Handler for processing progress messages received from Docker during pull, push and build
operations.
|
| ProgressStream |