dockercloud-cli
dockercloud-cli copied to clipboard
tool does not support compose file inheritance / extends
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 ?