NAME

API::Docker::Type::Volume::UsageData - Usage details about the volume

VERSION

version 0.004

DESCRIPTION

Generated from the inline UsageData schema of the Volume definition in spec/v1.51.yaml.

This information is used by the GET /system/df endpoint, and omitted in other endpoints.

size

Amount of disk space used by the volume (in bytes). This information is only available for volumes created with the "local" volume driver. For volumes created with other volume drivers, this field is set to -1 ("not available"). The daemon defaults it to -1.

ref_count

The number of containers referencing this volume. This field is set to -1 if the reference-count is not available. The daemon defaults it to -1.

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.