docker / compose

Define and run multi-container applications with Docker
https://docs.docker.com/compose/
Apache License 2.0
33.96k stars 5.22k forks source link

[Request] Support TOSCA for compose files #3511

Closed denismakogon closed 7 years ago

denismakogon commented 8 years ago

The idea here is to enable TOSCA features and functions within compose files. Example of TOSCA orchestration can be seen here or here. The idea is to give an ability to use container attributes in setup of another container. For example if i setting up DB i want to get its public IP and pass it directly to setup process to another container.

For now compose YAML looks approximately close to what TOSCA simple profile offers, but remain to be a simple YAML standard.

TOSCA parser - https://pypi.python.org/pypi/tosca-parser

shin- commented 7 years ago

Thank you for the suggestion, but I don't think we'd have much to gain doing this.