DockerCLI/compose/schema
Yong Tang c69e0f7dd5 Add expanded port syntax to Compose schema and types.
This commit adds expanded port syntax to Compose schema and types
so that it is possible to have
```
ports:
  - mode: host
    target: 80
    published: 9005
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-02-07 09:12:55 -08:00
..
data Add expanded port syntax to Compose schema and types. 2017-02-07 09:12:55 -08:00
bindata.go Add expanded port syntax to Compose schema and types. 2017-02-07 09:12:55 -08:00
schema.go Add v3.1 schema and support validating multiple version. 2017-01-26 11:33:15 -05:00
schema_test.go Add v3.1 schema and support validating multiple version. 2017-01-26 11:33:15 -05:00