ContainerSummary class final

A container as it appears in a listing.

Constructors

ContainerSummary({required String id, required String image, required String state, required Map<String, String> labels, required DateTime created, required List<String> names})
const

Properties

created → DateTime
When Docker created the container. rig reads this instead of keeping its own timestamp label, so the two can never disagree.
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
image → String
final
labels → Map<String, String>
final
names → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → String
running, exited, created, ...
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited