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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user