Skip to content

Instantly share code, notes, and snippets.

@jsventura
Last active July 6, 2018 17:52
Show Gist options
  • Select an option

  • Save jsventura/a40c3d3fc07a81a8f520a755c4768994 to your computer and use it in GitHub Desktop.

Select an option

Save jsventura/a40c3d3fc07a81a8f520a755c4768994 to your computer and use it in GitHub Desktop.
sudo yum update -y
sudo yum install -y git
sudo yum install -y docker
sudo service docker start
sudo usermod -a -G docker ec2-user
sudo curl -L https://github.com/docker/compose/releases/download/1.20.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
@jsventura
Copy link
Author

jsventura commented Jul 6, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment