Interface PluginConfigInterface

The interface between Docker and the plugin PluginConfigInterface

interface PluginConfigInterface {
    ProtocolScheme?: PluginConfigInterfaceProtocolSchemeEnum;
    Socket: string;
    Types: PluginInterfaceType[];
}

Properties

Protocol to use for clients connecting to the plugin.

Socket: string