See: Description
Interface | Description |
---|---|
UpdateListener<E extends UpdateEvent> |
Listener for update events published from the
DockerApi . |
Class | Description |
---|---|
DockerApi |
Provides access to the limited set of Docker APIs needed by pack.
|
ImageProgressUpdateEvent |
A
ProgressUpdateEvent fired for image events. |
LoadImageUpdateEvent |
A
ProgressUpdateEvent fired as an image is loaded. |
LogUpdateEvent |
An update event used to provide log updates.
|
ProgressUpdateEvent |
An
UpdateEvent that includes progress information. |
ProgressUpdateEvent.ProgressDetail |
Provide details about the progress of a task.
|
PullImageUpdateEvent |
A
ProgressUpdateEvent fired as an image is pulled. |
PushImageUpdateEvent |
A
ProgressUpdateEvent fired as an image is pushed to a registry. |
PushImageUpdateEvent.ErrorDetail |
Details of an error embedded in a response stream.
|
TotalProgressBar |
Utility to render a simple progress bar based on consumed
TotalProgressEvent
objects. |
TotalProgressEvent |
Event published by the
TotalProgressPullListener showing the total progress of
an operation. |
TotalProgressListener<E extends ImageProgressUpdateEvent> |
UpdateListener that calculates the total progress of the entire image operation
and publishes TotalProgressEvent . |
TotalProgressPullListener |
UpdateListener that calculates the total progress of the entire pull operation
and publishes TotalProgressEvent . |
TotalProgressPushListener |
UpdateListener that calculates the total progress of the entire push operation
and publishes TotalProgressEvent . |
UpdateEvent |
Base class for update events published by Docker.
|
Enum | Description |
---|---|
LogUpdateEvent.StreamType |
Stream types supported by the event.
|