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
-
-
Save dasgoll/e37ad3a82866bf45f7daf5cbefab6f77 to your computer and use it in GitHub Desktop.
Installing Docker 1.12 on CentOS 6 / CentOS 7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment