View Source DockerEngineAPI.Model.PluginConfigInterface (docker_engine_api v1.43.0)

The interface between Docker and the plugin

Summary

Types

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