Skip to content

Instantly share code, notes, and snippets.

@alekc
Last active October 4, 2018 16:01
Show Gist options
  • Save alekc/1e51f3aea2c79913618bd9ace57519dc to your computer and use it in GitHub Desktop.
Save alekc/1e51f3aea2c79913618bd9ace57519dc to your computer and use it in GitHub Desktop.
install docker
apt-get update && apt-get install curl -y && curl -fsSL get.docker.com | sh
curl -L "https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
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