blockExternalNetwork property

bool? blockExternalNetwork
getter/setter pair

If set to true, external network access to and from container will be blocked, containers that are with block_external_network as true can still communicate with each other, network cannot be specified in the container.options field.

Implementation

core.bool? blockExternalNetwork;