Created
March 1, 2019 00:44
-
-
Save smothiki/21919b39b40303517fcfef7b7e010014 to your computer and use it in GitHub Desktop.
docker install
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
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo | |
yum install -y http://ftp.riken.jp/Linux/cern/centos/7/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