docs/compose/config
Daniel Nephin dc1104649f Validate that an extended config file has the same version as the base.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-14 22:28:20 -05:00
..
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
config.py Validate that an extended config file has the same version as the base. 2016-01-14 22:28:20 -05:00
errors.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
fields_schema_v1.json Move logging config changes to v2 spec 2016-01-08 13:21:45 -08:00
fields_schema_v2.json Specify networks in Compose file 2016-01-14 17:59:36 +00:00
interpolation.py Support variable interpolation for volumes and networks sections. 2016-01-14 14:04:57 -05:00
serialize.py Ensure that the config output by config command never contains python objects. 2016-01-14 18:33:58 -05:00
service_schema_v1.json Merge pull request #2625 from kojiromike/allow-list-entrypoints 2016-01-14 12:48:13 +00:00
service_schema_v2.json Fix handling of service.dockerfile key 2016-01-14 12:15:37 -08:00
sort_services.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
types.py Ensure that the config output by config command never contains python objects. 2016-01-14 18:33:58 -05:00
validation.py Add support for build arguments 2016-01-14 12:14:56 -08:00