-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support installing docker-compose #114
Comments
Docker compose is written in Python. I wouldn't go anywhere near that, as you'd have to rely on the user's python environment or a specialized local version. |
@rgbkrk |
Whoa! That's changed up! It's still Python so they must be creating a bundled executable. Way cool! |
@everett-toews @jamiehannaford Have you used |
@carolynvs Let's hold off on this until after DockerCon. |
Please make this optional, as I'd rather manage my |
@jeffwidman Yup! If we did this, the default behavior of dvm would remain the same, and the capability to download compose would be controlled with an extra flag. |
It looks to me like |
@carolynvs any updates on this? |
Not really, no. If you’d like to submit a PR adding support for docker-compose too I’d be happy to review! |
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...The text was updated successfully, but these errors were encountered: