Skip to content

Instantly share code, notes, and snippets.

@tbaums
Last active March 28, 2021 15:36
Show Gist options
  • Save tbaums/4a20d3e9b7cd7dface4b0b008d37dd97 to your computer and use it in GitHub Desktop.
Save tbaums/4a20d3e9b7cd7dface4b0b008d37dd97 to your computer and use it in GitHub Desktop.
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