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
Created
September 27, 2017 09:44
-
-
Save johnmccabe/b8092fcc31335eb789a734d68b1efe53 to your computer and use it in GitHub Desktop.
Installing Docker 1.12 on Centos 7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment