exposedPorts property

Map<String, dynamic>? exposedPorts
final

Ports that the container exposes. Keys are 'port/proto' strings; values are always empty objects {}.

Implementation

final Map<String, dynamic>? exposedPorts;