Files
podman/libpod/define
Jan Rodák 030b0be9d8 Add HostIp() method to InspectHostPort for Docker template compat
Docker-compatible inspect templates using `{{.HostIp}}` fail in Podman
because Go templates resolve by struct field name (`HostIP`), not JSON
tag (`HostIp`). Add a `HostIp()` method so both notations work.

Note: this does not address the struct-vs-map difference that prevents
`range` over individual port bindings (would require an API break).

Relates: https://github.com/podman-container-tools/podman/issues/29164

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2026-07-13 16:08:11 +02:00
..
2025-09-10 16:17:04 +02:00
2021-04-21 13:16:33 -04:00
2025-11-11 12:32:46 +01:00
2025-11-11 12:32:46 +01:00
2025-01-15 06:51:32 -05:00
2020-10-21 13:31:40 -04:00
2020-03-27 14:36:03 -04:00
2023-07-25 11:17:44 +02:00
2025-09-10 16:17:04 +02:00