ContainerStateChange

An object that represents a change in state for a container.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the container.

Link copied to clipboard

The exit code for the container, if the state change is a result of the container exiting.

Link copied to clipboard

The container image SHA 256 digest.

Link copied to clipboard

Any network bindings that are associated with the container.

Link copied to clipboard

The reason for the state change.

Link copied to clipboard

The ID of the Docker container.

Link copied to clipboard

The status of the container.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String