DockerCLI/cli/command/stack/loader
Vincent Demeester cf86a4d922
Simplify the marshaling of compose types.Config
- Add `Version` to `types.Config`
- Add a new `Services` types (that is just `[]ServiceConfig`) and add
  `MarshalYAML` method on it.
- Clean other top-level custom marshaling as `Services` is the only one
  required.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-02-21 18:47:10 +01:00
..
loader.go Simplify the marshaling of compose types.Config 2018-02-21 18:47:10 +01:00
loader_test.go Share the compose loading code between swarm and k8s stack deploy 2018-02-14 14:07:48 +01:00