disableNetworking property

bool? disableNetworking
final

When this parameter is true, networking is disabled within the container. This parameter maps to NetworkDisabled in the Create a container section of the Docker Remote API.

Implementation

final bool? disableNetworking;