DockerEngineAPI.Model.PluginConfigInterface (elixir_dea v1.45.7)

The interface between Docker and the plugin

Summary

Types

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

Functions