Skip to content

Instantly share code, notes, and snippets.

@mda590
Created March 20, 2017 22:33
Show Gist options
  • Save mda590/9404128f5157f38098189616a56070f6 to your computer and use it in GitHub Desktop.
Save mda590/9404128f5157f38098189616a56070f6 to your computer and use it in GitHub Desktop.
Install Docker on RHEL AWS
sudo yum-config-manager --enable "Red Hat Enterprise Linux Server 7 Extra(RPMs)"
sudo yum install docker -y
@Jeevan-J
Copy link

Thanks! This worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment