View Source DockerEngineAPI.Model.NetworkAttachmentConfig (docker_engine_api v1.43.0)

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

Summary

Types

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