Skip to content

Instantly share code, notes, and snippets.

@rushi216
Created August 15, 2016 14:43
Show Gist options
  • Select an option

  • Save rushi216/af190093e95fead4f478347a1dca31df to your computer and use it in GitHub Desktop.

Select an option

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