NAME
API::Docker::Type::Health - Information about the container's healthcheck results
VERSION
version 0.004
DESCRIPTION
Generated from the Health definition of spec/v1.51.yaml.
status
Status is one of none, starting, healthy or unhealthy
"none" Indicates there is no healthcheck
"starting" Starting indicates that the container is not yet ready
"healthy" Healthy indicates that the container is running correctly
"unhealthy" Unhealthy indicates that the container has a problem
failing_streak
FailingStreak is the number of consecutive failures.
log
Log contains the last few results (oldest first). See API::Docker::Type::HealthcheckResult.
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.