View Source DockerEngineAPI.Model.NetworkAttachmentConfig (testcontainers v1.11.6)

Specifies how a service should be attached to a particular network.

Summary

Types

@type t() :: %DockerEngineAPI.Model.NetworkAttachmentConfig{
  Aliases: [String.t()] | nil,
  DriverOpts: %{optional(String.t()) => String.t()} | nil,
  Target: String.t() | nil
}

Functions