Created
December 10, 2018 19:29
-
-
Save zduymz/f4c95ac5e074b782cc967c5b4c66500f to your computer and use it in GitHub Desktop.
install docker-ce on centos 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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