Last active
May 12, 2021 19:58
-
-
Save jenciso/62bc692eb5b7819e30a9db69ad2f0087 to your computer and use it in GitHub Desktop.
This file contains 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 amazon-linux-extras install -y docker | |
sudo systemctl enable docker && sudo systemctl start docker | |
sudo usermod -a -G docker ec2-user | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.28.6/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose | |
sudo chmod +x /usr/bin/docker-compose |
Author
jenciso
commented
Apr 16, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment