NAME
API::Docker::Type::EngineDescription - EngineDescription provides information about an engine
VERSION
version 0.004
DESCRIPTION
Generated from the EngineDescription definition of spec/v1.51.yaml.
engine_version
Undocumented upstream. The engine's version as the node's agent reports it, 17.06.0 in the swagger's example -- the value GET /version answers as "version" in API::Docker::Type::SystemVersion.
labels
Undocumented upstream. The engine's own labels, {"foo": "bar"} in the swagger's example. These are the engine.labels a task placement constraint can match on; see "constraints" in API::Docker::Type::TaskSpec::Placement. The keys are the caller's data and are never translated.
plugins
Undocumented upstream. One entry per plugin the engine has. The swagger's example lists seventeen -- eight Log, six Network and three Volume. GET /info reports the same ground in a different shape, as API::Docker::Type::PluginsInfo. See API::Docker::Type::EngineDescription::Plugin.
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.