NAME

API::Docker::Type::Plugin::Settings - Settings that can be modified by users

VERSION

version 0.004

DESCRIPTION

Generated from the inline Settings schema of the Plugin definition in spec/v1.51.yaml.

mounts

Undocumented upstream. The plugin's mounts as they now stand; "mounts" in API::Docker::Type::Plugin::Config is the same list as the plugin declared it. See API::Docker::Type::PluginMount.

env

Undocumented upstream. The environment as bare NAME=value strings, ["DEBUG=0"] in the swagger's example -- the shape POST /plugins/{name}/set takes in its body, whose own example is ["DEBUG=1"]. "env" in API::Docker::Type::Plugin::Config carries the same variables as objects with their descriptions.

args

Undocumented upstream. The command line as bare strings, against the single named item "args" in API::Docker::Type::Plugin::Config declares.

devices

Undocumented upstream. The plugin's devices as they now stand; "devices" in API::Docker::Type::Plugin::Config::Linux is the declared list. See API::Docker::Type::PluginDevice.

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.