Skip to content

Instantly share code, notes, and snippets.

@igponce
Created April 8, 2019 14:31
Show Gist options
  • Save igponce/ccf3cb392f190a7eb475eb1c931f3873 to your computer and use it in GitHub Desktop.
Save igponce/ccf3cb392f190a7eb475eb1c931f3873 to your computer and use it in GitHub Desktop.
sudo yum install -y yum-utils device-mapper-persistent-data lvm2
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce
sudo systemctl enable docker.service
sudo systemctl start docker.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment