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
This adds support for specifying a MAC address when connecting
a container to a network, particularly useful for macvlan networks.
The flag follows the same pattern as existing network options like
--ip and --ip6, parsing and validating the MAC address before
sending it to the daemon via the EndpointSettings.MacAddress field.
Note: This requires a companion change in moby/moby to have the
daemon actually apply the MAC address during network conne
Signed-off-by: ahmedharabi <[email protected]>
0 commit comments