publishExposedPorts property

bool? publishExposedPorts
getter/setter pair

Exposes all ports specified by EXPOSE statements in the container.

To discover the host side port numbers, consult the ACTION_STARTED event in the operation metadata.

Implementation

core.bool? publishExposedPorts;