ContainerSummaryHostConfig

constructor(networkMode: String? = null, annotations: Map<String, String>? = null)

Parameters

networkMode

Networking mode (host, none, container:<id>) or name of the primary network the container is using. This field is primarily for backward compatibility. The container can be connected to multiple networks for which information can be found in the NetworkSettings.Networks field, which enumerates settings per network.

annotations

Arbitrary key-value metadata attached to the container.