NAME

API::Docker::Type::DeviceMapping - A device mapping between the host and container

VERSION

version 0.004

DESCRIPTION

Generated from the DeviceMapping definition of spec/v1.51.yaml. None of its three fields carries a description upstream; the example the swagger gives is { PathOnHost: "/dev/deviceName", PathInContainer: "/dev/deviceName", CgroupPermissions: "mrw" }.

path_on_host

Undocumented upstream. The device's path on the host, per the swagger's example.

path_in_container

Undocumented upstream. The path the device is to appear under inside the container, per the swagger's example.

cgroup_permissions

Undocumented upstream. The cgroup device permissions, "mrw" in the swagger's example.

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.