AcquiredContainer class final

A container that exists, is running, and is ready to use.

Constructors

AcquiredContainer({required String containerId, required String host, required Map<int, int> hostPorts, required Lifetime lifetime, required bool reused, required String hash})
const

Properties

containerId → String
final
hash → String
final
hashCode → int
The hash code for this object.
no setterinherited
host → String
final
hostPorts → Map<int, int>
Container port to the host port Docker chose.
final
lifetime → Lifetime
final
reused → bool
True when this container was already running or stopped and got reused rather than created.
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