Skip to content

Instantly share code, notes, and snippets.

@rushi216
Created August 15, 2016 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rushi216/af190093e95fead4f478347a1dca31df to your computer and use it in GitHub Desktop.
Save rushi216/af190093e95fead4f478347a1dca31df to your computer and use it in GitHub Desktop.
Installs docker on amazon linux
sudo yum update -y
sudo yum install -y 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