Skip to content

Instantly share code, notes, and snippets.

@binhngoc17
Created December 8, 2015 08:04
Show Gist options
  • Save binhngoc17/006b89bae028ff559771 to your computer and use it in GitHub Desktop.
Save binhngoc17/006b89bae028ff559771 to your computer and use it in GitHub Desktop.
Set up an ENV
# Install Docker
curl -sSL https://get.docker.com/ | sh
# Install Compose
curl -L https://github.com/docker/compose/releases/download/1.5.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment