Last active
April 4, 2016 12:45
-
-
Save mlabouardy/8069e754b0cb4a9c13293989db92e9d6 to your computer and use it in GitHub Desktop.
Install Docker Compose in boot2docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docker Compose can be installed in boot2docker starting v1.7.0 following the standard install process | |
sudo curl -L https://github.com/docker/compose/releases/download/1.7.0-rc1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose | |
sudo chmod +x /usr/local/bin/docker-compose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment