compose/compose/config
Joey Payne 5b6191e653 Add cache_from to build opts
Signed-off-by: Joey Payne <jyapayne@gmail.com>
2017-02-21 19:01:30 -07:00
..
__init__.py Implement environment singleton to be accessed throughout the code 2016-03-24 10:57:01 -07:00
config.py Fix secrets config. 2017-02-10 17:11:24 -05:00
config_schema_v1.json Add support for swappiness constraint 2016-08-16 11:02:51 +02:00
config_schema_v2.0.json Fix config schemas (misplaced "additionalProperties") 2017-01-05 11:18:21 -08:00
config_schema_v2.1.json Fix config schemas (misplaced "additionalProperties") 2017-01-05 11:18:21 -08:00
config_schema_v3.0.json Add missing network.internal to v3 schema. 2017-01-20 12:55:59 -05:00
config_schema_v3.1.json Add cache_from to build opts 2017-02-21 19:01:30 -07:00
environment.py Close the open file handle using context manager 2017-02-03 14:50:40 -08:00
errors.py Support version 3.0 of the Compose file format 2016-11-16 16:07:02 +00:00
interpolation.py Support non-alphanumeric default values. 2016-10-06 17:04:19 -04:00
serialize.py Fix `config` command output with service.secrets section 2017-02-13 16:51:50 -08:00
sort_services.py Reduce complexity of sort_service_dicts. 2016-02-24 16:19:38 -08:00
types.py Fix `config` command output with service.secrets section 2017-02-13 16:51:50 -08:00
validation.py Expand depends_on to allow different conditions (service_start, service_healthy) 2017-01-04 11:28:30 -08:00