ContainerInspect class final

A container as it appears on inspection.

Constructors

ContainerInspect({required String id, required bool running, required HealthStatus health, required Map<int, int> hostPorts, required Map<String, String> labels, required DateTime created})
const

Properties

created → DateTime
final
hashCode → int
The hash code for this object.
no setterinherited
health → HealthStatus
final
hostPorts → Map<int, int>
Container port to the host port Docker chose for it.
final
id → String
final
labels → Map<String, String>
final
running → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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