Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created January 26, 2018 18:38
Show Gist options
  • Save Voronenko/264b01133236dcd79981b2b765e34f1b to your computer and use it in GitHub Desktop.
Save Voronenko/264b01133236dcd79981b2b765e34f1b to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum makecache fast
sudo yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.33-1.git86f33cd.el7.noarch.rpm
sudo yum install -y docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment