DockerCLI/cli/compose/schema/data
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
..
config_schema_v3.0.json Update schemas to prevent invalid properties in deploy.resources 2017-08-17 15:58:51 -07:00
config_schema_v3.1.json Update schemas to prevent invalid properties in deploy.resources 2017-08-17 15:58:51 -07:00
config_schema_v3.2.json Add missing additionalProperties marker on mount definitions 2017-12-06 12:37:38 -08:00
config_schema_v3.3.json Disallow additional properties in credential_spec 2019-02-02 18:27:50 +01:00
config_schema_v3.4.json Disallow additional properties in credential_spec 2019-02-02 18:27:50 +01:00
config_schema_v3.5.json Disallow additional properties in credential_spec 2019-02-02 18:27:50 +01:00
config_schema_v3.6.json Disallow additional properties in credential_spec 2019-02-02 18:27:50 +01:00
config_schema_v3.7.json Disallow additional properties in credential_spec 2019-02-02 18:27:50 +01:00
config_schema_v3.8.json Add support for using Configs as CredentialSpecs in services 2019-04-12 11:17:29 -05:00
config_schema_v3.9.json Add support for pids limit in stacks (swarm) 2020-06-18 21:25:08 +02:00
config_schema_v3.10.json Add compose support for cluster volumes 2022-11-02 11:27:06 -05:00
config_schema_v3.11.json Swarm: allow additional properties in `build` 2023-04-18 14:51:49 +01:00
config_schema_v3.12.json stacks: Add support for start interval 2023-10-20 18:42:59 +02:00
config_schema_v3.13.json Handle networks.driver_opts for a service 2024-06-07 08:20:43 +00:00
doc.go Add a doc.go file so the compose/schema/data directory can be vendored in another project, without being pruned. 2018-07-02 10:08:25 +02:00