Specifies how a service should be attached to a particular network.
@type t() :: %DockerEngineAPI.Model.NetworkAttachmentConfig{ Aliases: [String.t()] | nil, DriverOpts: %{optional(String.t()) => String.t()} | nil, Target: String.t() | nil }