| Interface | Description |
|---|---|
| DefaultDockerClient.ExceptionPropagator | |
| DockerClient |
A client for interacting with dockerd.
|
| ProgressHandler |
Handler for processing progress messages received from Docker during pull, push and build
operations.
|
| Class | Description |
|---|---|
| AnsiProgressHandler |
Parses ProgressMessage objects and writes the output to a PrintStream.
|
| CompressedDirectory |
This helper class is used during the docker build command to create a gzip tarball
of a directory containing a Dockerfile.
|
| CompressedDirectory.Visitor | |
| DefaultDockerClient | |
| DockerClient.ListContainersParam |
Parameters for
DockerClient.listContainers(ListContainersParam...) |
| ImageRef | |
| InterruptibleURLConnectionClientHandler |
A client handler that makes the jersey client interruptible by executing all http requests on a
threadpool.
|
| LoggingBuildHandler | |
| LoggingPullHandler | |
| LoggingPushHandler | |
| LogMessage | |
| LogReader | |
| LogsResponseReader | |
| LogStream | |
| ObjectMapperProvider | |
| ObjectMapperProvider.ImmutableSetDeserializer | |
| ObjectMapperProvider.ImmutableSetSerializer | |
| ObjectMapperProvider.SetDeserializer | |
| ObjectMapperProvider.SetSerializer | |
| ProgressResponseReader | |
| ProgressStream |
| Enum | Description |
|---|---|
| DockerClient.BuildParameter |
Flags which can be passed to the
build method. |
| DockerClient.LogsParameter |
Parameters for
DockerClient.logs(String, LogsParameter...) |
| LogMessage.Stream |
| Exception | Description |
|---|---|
| ContainerNotFoundException | |
| DockerException | |
| DockerRequestException | |
| DockerTimeoutException | |
| ImageNotFoundException | |
| ImagePullFailedException | |
| ImagePushFailedException |
Copyright © 2014. All rights reserved.