View Source DockerEngineAPI.Model.PluginConfigInterface (ex_docker_engine_api v1.43.1)

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