DockerEngineAPI.Model.NetworkingConfig (testcontainers v1.14.1)

Copy Markdown View Source

NetworkingConfig represents the container's networking configuration for each of its interfaces. It is used for the networking configs specified in the docker create and docker network connect commands.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.NetworkingConfig{
  EndpointsConfig:
    %{optional(String.t()) => DockerEngineAPI.Model.EndpointSettings.t()} | nil
}

Functions

decode(value)