moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

the output config does not include info from image #131

Closed justincormack closed 6 years ago

justincormack commented 7 years ago

Currently we do not insert the config read from image labels into the overall config data structure, so if you ask for a yaml file it will not include this info directly, only implicitly.

Better to make it all explicit in the generated version. This means moving how the configs are merged quite a bit.