Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Last active April 4, 2016 12:45
Show Gist options
  • Save mlabouardy/8069e754b0cb4a9c13293989db92e9d6 to your computer and use it in GitHub Desktop.
Save mlabouardy/8069e754b0cb4a9c13293989db92e9d6 to your computer and use it in GitHub Desktop.
Install Docker Compose in boot2docker
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