NAME

API::Docker::Type::Plugin::Config::Interface - The interface between Docker and the plugin

VERSION

version 0.004

DESCRIPTION

Generated from the inline Interface schema of Plugin.Config in spec/v1.51.yaml.

types

Undocumented upstream. The plugin API contracts the plugin implements. The swagger's example is the bare string docker.volumedriver/1.0 even though the items are objects, and its three parts line up with the Prefix, Capability and Version of the class each item actually is, in that order. See API::Docker::Type::PluginInterfaceType.

socket

Undocumented upstream. The socket the engine reaches the plugin over, plugins.sock in the swagger's example -- a name, not a path.

protocol_scheme

Protocol to use for clients connecting to the plugin. The swagger enumerates the empty string and moby.plugins.http/v1.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.