-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
We now have a JSON Schema definition of a Compose file:
https://github.com/docker/compose/blob/master/compose/config/service_schema.json https://github.com/docker/compose/blob/master/compose/config/fields_schema.json
We should probably:
- Put this somewhere so it can be shared by libcompose Strict yaml validation? docker-archive-public/docker.libcompose#34 . This could probably just be in same repository (like Docker's image specification in https://github.com/docker/distribution ), but at some point we might want to be adventurous and put it in a separate repository.
- Attach a human readable definition of the specification. This could be just a high-level overview, which points at the JSON schema and docs. Or perhaps adapted from the YML definition in the documentation. Or perhaps auto-generated somehow. Not really sure what's best here.
gaui, acidoxee, allburov, devcsrj, olejorgenb and 3 more