DockerCLI/cli/compose/loader
Vincent Demeester 9fdd14f399
Add options to the compose loader
- Add the possibility to skip interpolation
- Add the possibility to skip schema validation
- Allow customizing the substitution function, to add special cases.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-06-25 17:15:26 +02:00
..
example1.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
example2.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
full-example.yml Add an `Extras` field on the compose config types. 2018-06-25 10:51:56 +02:00
full-struct_test.go Add an `Extras` field on the compose config types. 2018-06-25 10:51:56 +02:00
interpolate.go Add options to the compose loader 2018-06-25 17:15:26 +02:00
loader.go Add options to the compose loader 2018-06-25 17:15:26 +02:00
loader_test.go Refactor tests 2018-06-25 11:13:32 +02:00
merge.go Fix error with merge composefile with networks… 2018-04-05 10:37:35 +02:00
merge_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
types_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
volume.go Support parsing of named pipes for compose volumes. 2017-09-26 11:24:23 -04:00
volume_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00