DockerEngineAPI.Model.NetworkAttachmentConfig (ex_docker_api v1.48.1)

View Source

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

Summary

Types

t()

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

Functions

decode(value)