Merge pull request #51203 from thaJeztah/move_macaddress_operational

api/types/network: EndpointSettings: make MacAddress "operational data"
This commit is contained in:
Sebastiaan van Stijn
2025-10-16 23:01:46 +02:00
committed by GitHub
3 changed files with 29 additions and 23 deletions

View File

@@ -268,7 +268,7 @@ func TestMacAddressIsAppliedToMainNetworkWithShortID(t *testing.T) {
ctx := testutil.StartSpan(baseContext, t)
d := daemon.New(t)
d := daemon.New(t, daemon.WithEnvVars("DOCKER_MIN_API_VERSION=1.43"))
d.StartWithBusybox(ctx, t)
defer d.Stop(t)