Last active
March 28, 2021 15:36
-
-
Save tbaums/4a20d3e9b7cd7dface4b0b008d37dd97 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 amazon-linux-extras install docker | |
sudo service docker start | |
sudo usermod -a -G docker ec2-user | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment