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 |
|
DefaultLogStream |
|
DockerCertificates.Builder |
|
DockerCertificates.SslContextFactory |
|
DockerCertificatesStore |
DockerCertificatesStore holds certificates for connecting to an HTTPS-secured Docker
instance with client/server authentication.
|
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.FilterParam |
Marker interface to designate a parameter as a filter parameter.
|
DockerClient.ListContainersParam |
|
DockerClient.ListImagesParam |
|
DockerClient.ListNetworksParam |
|
DockerClient.ListVolumesParam |
|
DockerClient.LogsParam |
|
DockerClient.Param |
|
DockerClient.RemoveContainerParam |
|
DockerClient.Signal |
|
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 |
|