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
In Docker 1.8 if you didn't send a mac address on create Config.MacAddress in inspect would equal empty string. In 1.9 the field is dropped if it is the empty value. For backwards compatibility this field should not be dropped but be empty string.
In Docker 1.8 if you didn't send a mac address on create
Config.MacAddressin inspect would equal empty string. In 1.9 the field is dropped if it is the empty value. For backwards compatibility this field should not be dropped but be empty string.