NAME
API::Docker::Image - Removed in 0.004 -- replaced by API::Docker::Type::ImageSummary and ImageInspect
VERSION
version 0.004
DESCRIPTION
This class is gone. It has been replaced by the generated type model, and this file is a stub: loading it croaks, and so does every method call on it.
This class was released in 0.003 and removed in 0.004. Installing 0.004 over it replaces the working copy with this stub, which is the only reason the file is still in the distribution.
What to reach for instead:
API::Docker::Type::ImageSummary -- what
images->listreturnsAPI::Docker::Type::ImageInspect -- what
images->inspectreturnsAPI::Docker::Role::Entity::Image -- inspect, history, tag and remove, unchanged, composed into the above at load time
Where this class mirrored the daemon's CamelCase verbatim, the generated classes carry the swagger's own names in snake_case. API::Docker::API::Images documents the shape each method returns.
SEE ALSO
API::Docker::API::Images - the resource class these objects come from
API::Docker::Role::Entity - why the methods live in a role
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.