Files
moby/api/types
Sebastiaan van Stijn b8057a3a58 api/types/network: fix handling of unmapped ports (ephemeral ports)
commit 4c24542e95 changed `PortRange.All()`
to omit zero values for ports, but this caused a regression; the zero-value
is used in some places to assign an ephemeral port, e.g.: `--port 80` is an
implicit `--port 0:80`, or `--port <ephemeral port>:80`, where the daemon
picks a random port number from the ephemeral port range as host-port.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-04-02 11:49:01 +02:00
..
2025-05-30 15:59:01 +02:00
2025-11-06 16:21:32 -06:00
2025-05-30 15:59:01 +02:00
2025-12-15 10:36:05 +00:00