Skip to content

Instantly share code, notes, and snippets.

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 elgartoinf/c8de8fbfde7874784fa0f3ec83497da5 to your computer and use it in GitHub Desktop.
Save elgartoinf/c8de8fbfde7874784fa0f3ec83497da5 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment