Skip to content

Instantly share code, notes, and snippets.

@robgmills
Created July 25, 2016 20:11
Show Gist options
  • Select an option

  • Save robgmills/a978e190244ebe90a8e64b9b9181bc7d to your computer and use it in GitHub Desktop.

Select an option

Save robgmills/a978e190244ebe90a8e64b9b9181bc7d to your computer and use it in GitHub Desktop.
Docker Yum Repository Configuration
[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