Skip to content
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

docker-compose should be installed by default with PhotonOS #647

Closed
nvpnathan opened this issue May 15, 2017 · 2 comments
Closed

docker-compose should be installed by default with PhotonOS #647

nvpnathan opened this issue May 15, 2017 · 2 comments
Labels

Comments

@nvpnathan
Copy link

curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-`uname -s-uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

@CollinChaffin
Copy link

curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s-uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

@keerthanakalyan
Copy link
Contributor

Is there a specific need for docker-compose as there are many other popular alternatives to container orchestration available today?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants