DockerEngineAPI.Model.NetworkConnectRequest (ex_docker_api v1.55.0)
View SourceNetworkConnectRequest represents the data to be used to connect a container to a network.
Summary
Types
@type t() :: %DockerEngineAPI.Model.NetworkConnectRequest{ Container: String.t(), EndpointConfig: DockerEngineAPI.Model.EndpointSettings.t() | nil }