dockercloud-cli icon indicating copy to clipboard operation
dockercloud-cli copied to clipboard

tool does not support compose file inheritance / extends

Open jukefr opened this issue 8 years ago • 0 comments

Docker compose supports configuration file inheritance like so : https://docs.docker.com/compose/extends/#example-use-case

but when I try in with the tool to : docker-cloud stack create -f somefile.yml -f prodfile.yml only the second file is used and the first is ignored.

is this intended or bug or not yet implemented ?

jukefr avatar Jul 02 '17 13:07 jukefr