All Classes and Interfaces
Class
Description
Parses ProgressMessage objects and writes the output to a PrintStream.
A convenience base class for implementing
DockerClientBuildersRegistryAuthSupplier that returns data from the docker-cli config file.
A RegistryAuthSupplier for getting access tokens from a Google Cloud Platform service or user
account.
A Builder of ContainerRegistryAuthSupplier.
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 for
DockerClient.attachContainer(String, AttachParameter...)Flags which can be passed to the
build method.Filter parameter for
DockerClient.events(EventsParam...).Parameters for
DockerClient.events(EventsParam...)Supported parameters for
DockerClient.execStart(java.lang.String, org.mandas.docker.client.DockerClient.ExecStartParameter...).Marker interface to designate a parameter as a filter parameter.
Parameters for
DockerClient.listContainers(ListContainersParam...)Filter parameter for
DockerClient.listImages(ListImagesParam...).Parameters for
DockerClient.listImages(ListImagesParam...).Filter parameter for
DockerClient.listNetworks(ListNetworksParam...).Parameters for
DockerClient.listNetworks(ListNetworksParam...)Filter parameter for
DockerClient.listVolumes(ListVolumesParam...).Parameters for
DockerClient.listVolumes(ListVolumesParam...).Parameters for
DockerClient.logs(String, LogsParam...)Parameters for
DockerClient.removeContainer(String).Supported parameters for
DockerClient.killContainer(String, Signal)).DockerClientBuilder is an interface which has to be implemented from clients
when they need to use a JAXRS client implementation other than the provided JerseyRepresents the contents of the docker config.json file.
This class interacts with a docker credential helper.
Represents the auth response received from a docker credential helper
on a "get" operation, or sent to a credential helper on a "store".
Represents a dockerd endpoint.
An object that represents the JSON returned by the Docker API for low-level information about
exec commands.
Wraps a RegistryAuth with the RegistryAuthSupplier interface.
A RegistryAuthSupplier that combines authentication info from multiple RegistryAuthSupplier
instances.
Docker networks come in two kinds: built-in or custom.
Provides a ConnectionSocketFactory for connecting Apache HTTP clients to windows named pipe.
An object that represents the JSON returned by the Docker API for an exec command's process
configuration.
Handler for processing progress messages received from Docker during pull, push and build
operations.
Object representing a host's proxy configuration
Represents all the auth info for a particular registry.
A formatted string passed in X-Registry-Config request header.
Raw results from the "top" (or "ps") command for a specific container.
Provides a ConnectionSocketFactory for connecting Apache HTTP clients to Unix sockets.
A deserializer for Dates where the source data is in seconds since the epoch rather than
milliseconds as
Date expects.A
Date serializer that outputs seconds since epoch.