DockerCLI/cli/compose/convert
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
..
compose.go cli/compose: remove deprecated io/ioutil 2022-02-25 15:42:15 +01:00
compose_test.go test/ Improve test coverage in volume.go 2024-03-20 19:53:33 +01:00
service.go Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
service_test.go Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
volume.go linting: Consider pre-allocating sliceVar (prealloc) 2023-11-20 16:02:16 +01:00
volume_test.go test/ Improve test coverage in volume.go 2024-03-20 19:53:33 +01:00