docs/compose/config
Matt Daue ee136446a2 Fix #2804: Add ipv4 and ipv6 static addressing
- Added ipv4_network and ipv6_network to the networks section in the
  service section for each configured network
- Added feature documentation
- Added unit tests

Signed-off-by: Matt Daue <mattdaue@gmail.com>
2016-03-09 18:37:52 -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 Fix merging of logging options in v1 config. 2016-03-01 11:43:26 -05:00
config_schema_v1.json Don't allow booleans for mapping types. 2016-03-01 11:57:35 -05:00
config_schema_v2.0.json Fix #2804: Add ipv4 and ipv6 static addressing 2016-03-09 18:37:52 -05:00
errors.py Wrap long lines and restrict lines to 105 characters. 2016-02-04 19:05:39 -05:00
interpolation.py Validate that each section of the config is a mapping before running interpolation. 2016-02-19 12:38:52 -05:00
serialize.py Ensure that the config output by config command never contains python objects. 2016-01-14 18:33:58 -05:00
sort_services.py Reduce complexity of sort_service_dicts. 2016-02-24 16:19:38 -08:00
types.py Make links unique-by-alias when merging 2016-02-02 10:48:47 -05:00
validation.py Don't allow booleans for mapping types. 2016-03-01 11:57:35 -05:00