Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created August 21, 2018 19:09
Show Gist options
  • Select an option

  • Save xman1980/925d167659e562efa8a3b5ce3ac17b7a to your computer and use it in GitHub Desktop.

Select an option

Save xman1980/925d167659e562efa8a3b5ce3ac17b7a to your computer and use it in GitHub Desktop.
sudo yum remove docker docker-common docker-selinux docker-engine
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce
rpm -ivh http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.42-1.gitad8f0f7.el7.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment