We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
-
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Is there a specific need for docker-compose as there are many other popular alternatives to container orchestration available today?
No branches or pull requests
curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-`uname -s
-
uname -m` > /usr/local/bin/docker-composechmod +x /usr/local/bin/docker-compose
The text was updated successfully, but these errors were encountered: