NAME

API::Docker::Type::TaskSpec::LogDriver - Specifies the log driver to use for tasks created from this spec

VERSION

version 0.004

DESCRIPTION

Generated from the inline LogDriver schema of the TaskSpec definition in spec/v1.51.yaml.

If not present, the default one for the swarm will be used, finally falling back to the engine default if not specified.

name

Undocumented upstream. The driver, named the way "type" in API::Docker::Type::HostConfig::LogConfig names it for a container. The field holding this object says an absent log driver falls back to the swarm's default and then to the engine's.

options

Undocumented upstream. Driver-specific options, the same shape "config" in API::Docker::Type::HostConfig::LogConfig takes for a container, whose example is {"max-file": "5", "max-size": "10m"}. The keys are the caller's data and are never translated.

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.