mirror of
https://github.com/containers/podman.git
synced 2026-03-30 20:43:40 -04:00
Docker treats EndpointSettings.IPAddress as operational/state, not desired create input. Static address requests should come from IPAMConfig fields. Using both can duplicate the same IPv4 request and trigger already allocated IPAM errors in compose scenarios. Ref: moby/moby#46183 (daemon validation), docker/cli#4493 (CLI IPAMConfig), moby/moby#19001 (static IP feature). Signed-off-by: Jan Rodák <hony.com@seznam.cz>