Skip to content

Instantly share code, notes, and snippets.

@zduymz
Created December 10, 2018 19:29
Show Gist options
  • Save zduymz/f4c95ac5e074b782cc967c5b4c66500f to your computer and use it in GitHub Desktop.
Save zduymz/f4c95ac5e074b782cc967c5b4c66500f to your computer and use it in GitHub Desktop.
install docker-ce on centos 7
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
rpm -ivh http://vault.centos.org/centos/7.3.1611/extras/x86_64/Packages/container-selinux-2.9-4.el7.noarch.rpm
yum install docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment