Submitted by wilbur on
Let's get started and use instructions from here:
Install via Curl
curl -L https://github.com/docker/compose/releases/download/1.8.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
Set to executable
chmod +x /usr/local/bin/docker-compose
Test!
docker-compose --version