NAME
API::Docker::Type::VolumeCreateOptions - Volume configuration
VERSION
version 0.004
DESCRIPTION
Generated from the VolumeCreateOptions definition of spec/v1.51.yaml.
name
The new volume's name. If not specified, Docker generates a name.
driver
Name of the volume driver to use. The daemon defaults it to local.
driver_opts
A mapping of driver options and values. These options are passed directly to the driver and are driver specific. The keys are the caller's data and are never translated.
labels
User-defined key/value metadata. The keys are the caller's data and are never translated.
cluster_volume_spec
Cluster-specific options used to create the volume. See API::Docker::Type::ClusterVolumeSpec.
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.