DockerEngineAPI.Model.NetworkDisconnectRequest (ex_docker_api v1.55.0)

View Source

NetworkDisconnectRequest represents the data to be used to disconnect a container from a network.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.NetworkDisconnectRequest{
  Container: String.t(),
  Force: boolean() | nil
}

Functions

decode(value)