ContainerSummary class final
A container as it appears in a listing.
Constructors
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