compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
350 stars 109 forks source link

Add driver_opts to services.networks #627

Closed robmry closed 4 months ago

robmry commented 4 months ago

It's possible to set driver options when creating a network using compose ... compose spec / engine API.

But, not when connecting an endpoint to a network ... compose spec / engine API.

The API field isn't new, but upcoming change https://github.com/moby/moby/pull/47686 means it'll be useful for setting per-interface sysctls.

This PR adds the field.