NAME
API::Docker::Type::Mount::VolumeOptions::DriverConfig - The volume driver a mount's volume is to be created with
VERSION
version 0.004
DESCRIPTION
Generated from the inline DriverConfig schema of Mount.VolumeOptions in spec/v1.51.yaml. where its description reads "Map of driver specific options" -- which describes "options", not the object, whose two fields are a driver name and that map.
name
Name of the driver to use to create the volume.
options
Key/value map of driver specific options. 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.