Skip to content

Instantly share code, notes, and snippets.

@johnmccabe
Created September 27, 2017 09:44
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save johnmccabe/b8092fcc31335eb789a734d68b1efe53 to your computer and use it in GitHub Desktop.
Save johnmccabe/b8092fcc31335eb789a734d68b1efe53 to your computer and use it in GitHub Desktop.
Installing Docker 1.12 on Centos 7
yum -y update
yum -y install yum-utils
yum-config-manager --add-repo https://yum.dockerproject.org/repo/main/centos/7
yum -y update
# yum search --showduplicates docker-engine
yum -y --nogpgcheck install docker-engine-1.12.6-1.el7.centos.x86_64
service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment