Created
August 21, 2018 19:09
-
-
Save xman1980/925d167659e562efa8a3b5ce3ac17b7a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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