Would it be useful to have dvm also download the docker-compose client?
$ dvm install --compose 1.7.1
# downloads docker-compose to $DVM_DIR/bin/docker-compose/1.7.1/docker-compose
$ dvm use --compose 1.7.1
# adds the above directory to the path
It would be really neat to have dvm know which version of compose goes with a docker version. So that if you dvm use 1.10.1, the right version of docker-compose is also added to your path. No clue if that information is readily available though...
Would it be useful to have dvm also download the docker-compose client?
It would be really neat to have dvm know which version of compose goes with a docker version. So that if you
dvm use 1.10.1, the right version of docker-compose is also added to your path. No clue if that information is readily available though...