Created
December 5, 2018 18:08
-
-
Save ssmythe/1954f8a51151f4a1c78d4cf4846c6ea3 to your computer and use it in GitHub Desktop.
Install Docker on CentOS7
This file contains 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
yum -y install docker | |
systemctl start docker | |
systemctl enable docker | |
docker info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment