Last active
July 6, 2018 17:52
-
-
Save jsventura/a40c3d3fc07a81a8f520a755c4768994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo sh -c "$(curl -fsSL https://gist.github.com/jsventura/a40c3d3fc07a81a8f520a755c4768994/raw/18ff9c0d42928dfb5e502dbd0f85897ceb08d9eb/ec2-install.sh)"