Package com.spotify.docker.client
package com.spotify.docker.client
-
ClassDescriptionParses ProgressMessage objects and writes the output to a PrintStream.This helper class is used during the docker build command to create a gzip tarball of a directory containing a Dockerfile.A decorator for the
PathMatcher
with a type to determine if it is an exclusion pattern or an exclude to an aforementioned exclusion.Hack: thisProgressHandler
is meant to capture the image ID of an image being built.Hack: thisProgressHandler
is meant to capture the image ID (or image digest in Docker 1.10+) of an image being created.Hack: thisProgressHandler
is meant to capture the image names of an image being loaded.DockerCertificates holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.DockerCertificatesStore holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.A client for interacting with dockerd.Parameters forDockerClient.attachContainer(String, AttachParameter...)
Flags which can be passed to thebuild
method.Filter parameter forDockerClient.events(EventsParam...)
.Parameters forDockerClient.events(EventsParam...)
Supported parameters forDockerClient.execStart(java.lang.String, com.spotify.docker.client.DockerClient.ExecStartParameter...)
.Marker interface to designate a parameter as a filter parameter.Parameters forDockerClient.listContainers(ListContainersParam...)
Filter parameter forDockerClient.listImages(ListImagesParam...)
.Parameters forDockerClient.listImages(ListImagesParam...)
.Filter parameter forDockerClient.listNetworks(ListNetworksParam...)
.Parameters forDockerClient.listNetworks(ListNetworksParam...)
Filter parameter forDockerClient.listVolumes(ListVolumesParam...)
.Parameters forDockerClient.listVolumes(ListVolumesParam...)
.Parameters forDockerClient.logs(String, LogsParam...)
Parameters forDockerClient.removeContainer(String)
.Supported parameters forDockerClient.killContainer(String, Signal)
).Docker returns timestamps with nanosecond precision (e.g.Represents a dockerd endpoint.An interface to be mocked during testing.Handler for processing progress messages received from Docker during pull, push and build operations.Provides a ConnectionSocketFactory for connecting Apache HTTP clients to Unix sockets.