NAME

API::Docker::Type::NetworkContainer - One value of Network.Containers

VERSION

version 0.004

DESCRIPTION

Generated from the NetworkContainer definition of spec/v1.51.yaml, which the swagger leaves undescribed. Nothing in paths: reaches it either; it is one value of Network.Containers. The keys of that map are container IDs, and the swagger describes the field holding it as containing the endpoints attached to the network.

name

Undocumented upstream. The container's name, container_1 in the swagger's example.

endpoint_id

Undocumented upstream. The endpoint's ID, the value the swagger describes under "endpoint_id" in API::Docker::Type::EndpointSettings as unique for a service endpoint in a sandbox. Serialised as EndpointID -- spelled out, because deriving it from the Perl name would produce EndpointId.

mac_address

Undocumented upstream. The endpoint's MAC address on this network, which the swagger notes under "mac_address" in API::Docker::Type::EndpointSettings a network driver may ignore.

ipv4_address

Undocumented upstream. The address with its prefix length, 172.19.0.2/16 in the swagger's example -- not the bare address "ip_address" in API::Docker::Type::EndpointSettings carries. Serialised as IPv4Address -- spelled out, because deriving it from the Perl name would produce Ipv4Address.

ipv6_address

Undocumented upstream. The IPv6 counterpart of "ipv4_address", empty in the swagger's example, where the network has none. Serialised as IPv6Address -- spelled out, because deriving it from the Perl name would produce Ipv6Address.

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.