DockerEngineAPI.Model.PluginConfigInterface (ex_docker_api v1.48.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: [DockerEngineAPI.Model.PluginInterfaceType.t()]
}

Functions

decode(value)