Skip to content

Instantly share code, notes, and snippets.

@mgoldey
Created August 23, 2018 17:14
Show Gist options
  • Save mgoldey/5c81e3ff0bb5917e80f5a303072157f0 to your computer and use it in GitHub Desktop.
Save mgoldey/5c81e3ff0bb5917e80f5a303072157f0 to your computer and use it in GitHub Desktop.
install docker 1.12 on rhel
wget https://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-1.12.6-1.el7.centos.x86_64.rpm
yum install -y docker-engine-1.12.6-1.el7.centos.x86_64.rpm
wget https://yum.dockerproject.org/repo/main/centos/7/Packages/docker-engine-selinux-1.12.6-1.el7.centos.noarch.rpm
yum install -y docker-engine-selinux-1.12.6-1.el7.centos.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment