vendor: github.com/docker/docker 00f18ef7a455 (master / v27.0.0-dev)

- api: Make EnableIPv6 optional

full diff: c6aaabc9fc...00f18ef7a4

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
Albin Kerouanton
2024-05-28 13:34:33 +02:00
parent 9b61bbb652
commit 0ed8a7e310
5 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ func runCreate(ctx context.Context, dockerCli command.Cli, options createOptions
Options: options.ipamOpt.GetAll(),
},
Internal: options.internal,
EnableIPv6: options.ipv6,
EnableIPv6: &options.ipv6,
Attachable: options.attachable,
Ingress: options.ingress,
Scope: options.scope,