Forked from mda590/gist:9404128f5157f38098189616a56070f6
Created
March 27, 2019 20:15
-
-
Save elgartoinf/c8de8fbfde7874784fa0f3ec83497da5 to your computer and use it in GitHub Desktop.
Install Docker on RHEL AWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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