docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Auto parameters #505

Open simonferquel opened 5 years ago

simonferquel commented 5 years ago

- What I did

Added a range of automatically generated parameters for

- How I did it

Overrides are materialized to CNAB parameters, whose destination is a file path mirroring the structure of the compose file. When the run tool extract the package, it reconstructs the overrides as an "overriding compose file"

This means that we can use this to easily add new "automatic parameters" in the future

- How to verify it //TODO

- Description for the changelog //TODO

- A picture of a cute animal (not mandatory but encouraged) //TODO

GordonTheTurtle commented 5 years ago

Looks like we would not be able to merge this PR because of merge conflicts. Please rebase, fix conflicts, and force push to your branch.