NAME

API::Docker::Type::PortBinding - A binding between a host IP address and a host port

VERSION

version 0.004

DESCRIPTION

Generated from the PortBinding definition of spec/v1.51.yaml. These are the values of a PortMap, whose keys -- "80/tcp" and the like -- are the caller's data and are never translated; see "port_bindings" in API::Docker::Type::HostConfig.

host_ip

Host IP address that the container's port is mapped to. The swagger's example is 127.0.0.1.

host_port

Host port number that the container's port is mapped to. The swagger's example is "4443". A string on the wire, not a number.

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.