DockerEngineAPI.Model.PluginConfigInterface (ex_docker_api v1.55.0)

View Source

The interface between Docker and the plugin

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.PluginConfigInterface{
  ProtocolScheme: String.t() | nil,
  Socket: String.t(),
  Types: [String.t()]
}

Functions

decode(value)