NAME
API::Docker::Type::Mount::TmpfsOptions - Optional configuration for the tmpfs type
VERSION
version 0.004
DESCRIPTION
Generated from the inline TmpfsOptions schema of the Mount definition in spec/v1.51.yaml.
size_bytes
The size for the tmpfs mount in bytes.
mode
The permission mode for the tmpfs mount in an integer. The value must not be in octal format (e.g. 755) but rather the decimal representation of the octal value (e.g. 493).
options
The options to be passed to the tmpfs mount. An array of arrays. Flag options should be provided as 1-length arrays. Other types should be provided as as 2-length arrays, where the first item is the key and the second the value. For example: [["noexec"], ["size", "64m"]].
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.