Created
July 25, 2016 20:11
-
-
Save robgmills/a978e190244ebe90a8e64b9b9181bc7d to your computer and use it in GitHub Desktop.
Docker Yum Repository Configuration
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
| [dockerrepo] | |
| name=Docker Repository | |
| baseurl=https://yum.dockerproject.org/repo/main/centos/7/ | |
| enabled=1 | |
| gpgcheck=1 | |
| gpgkey=https://yum.dockerproject.org/gpg | |
| EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment