Skip to content

Instantly share code, notes, and snippets.

@smothiki
Created March 1, 2019 00:44
Show Gist options
  • Save smothiki/21919b39b40303517fcfef7b7e010014 to your computer and use it in GitHub Desktop.
Save smothiki/21919b39b40303517fcfef7b7e010014 to your computer and use it in GitHub Desktop.
docker install
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