Skip to content

Instantly share code, notes, and snippets.

@AndrewStanton94
Last active August 16, 2019 11:19
Show Gist options
  • Save AndrewStanton94/df331221d2a6cc9a8af9cf26b3e25243 to your computer and use it in GitHub Desktop.
Save AndrewStanton94/df331221d2a6cc9a8af9cf26b3e25243 to your computer and use it in GitHub Desktop.
Amazon linux ec2 docker setup
# amazon-linux-extras doesn't seem to be around now
# Hopefully depricated?
sudo yum update -y
sudo yum install docker
sudo service docker start
sudo usermod -a -G docker ec2-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment