Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Forked from johnmccabe/INSTALL.md
Last active March 4, 2019 21:28
Show Gist options
  • Save dasgoll/e37ad3a82866bf45f7daf5cbefab6f77 to your computer and use it in GitHub Desktop.
Save dasgoll/e37ad3a82866bf45f7daf5cbefab6f77 to your computer and use it in GitHub Desktop.
Installing Docker 1.12 on CentOS 6 / 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