| Name | {{ network.Name }} |
| ID | {{ network.Id }} |
| Driver | {{ network.Driver }} |
| Scope | {{ network.Scope }} |
| Attachable | {{ network.Attachable }} |
| Internal | {{ network.Internal }} |
| IPV4 Subnet - {{ config.Subnet }} | IPV4 Gateway - {{ config.Gateway }} |
| IPV4 IP range - {{ config.IPRange }} | IPV4 Excluded Ips - {{ auxAddress }} |
| IPV6 Subnet - {{ config.Subnet }} | IPV6 Gateway - {{ config.Gateway }} |
| IPV6 IP range - {{ config.IPRange }} | IPV6 Excluded Ips - {{ auxAddress }} |
| {{ key }} | {{ value }} |
| Container Name | IPv4 Address | IPv6 Address | MacAddress | Actions |
|---|---|---|---|---|
| {{ container.Name }} | {{ container.IPv4Address || '-' }} | {{ container.IPv6Address || '-' }} | {{ container.MacAddress || '-' }} |