You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a DHCP RELEASE message on container teardown could help with DDNS setups where containers use fixed hostnames or in cases where the pool of available addresses is small and lease time is long. Most dhcp clients I know of relinquish leases when stopped or can be configured to do so.
But sending DHCP RELEASE is not mandated per dhcp spec so this is not a bug report. More like a feature request.