DockerCLI/cli/compose
Rob Murray 94f9de5928 Handle networks.driver_opts for a service
These are endpoint-specific driver options...

services:
  myservice:
    image: myimage
    networks:
      mynet:
        driver_opts:
          "option1": "value1"

The API has had support for a long time, it's only recently been
added to compose (unreleased right now).

Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-07 08:20:43 +00:00
..
convert Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
interpolation add //go:build directives to prevent downgrading to go1.16 language 2023-12-14 15:03:46 +01:00
loader Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
schema Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
template Correct typos in the cli/ folder 2024-06-04 03:08:56 +00:00
types Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00