Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save debianmaster/e29b8dfd651c9e800fe91459bf7feaf3 to your computer and use it in GitHub Desktop.
Save debianmaster/e29b8dfd651c9e800fe91459bf7feaf3 to your computer and use it in GitHub Desktop.
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum makecache fast
yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.99-1.el7_6.noarch.rpm
sudo yum install -y docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment