Created
November 6, 2017 02:07
-
-
Save GerkinDev/783bf2e613bec01d010b5f8a8453b61c to your computer and use it in GitHub Desktop.
This file contains 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 remove docker \ | |
docker-common \ | |
docker-selinux \ | |
docker-engine | |
yum install -y yum-utils \ | |
device-mapper-persistent-data \ | |
lvm2 | |
yum-config-manager \ | |
--add-repo \ | |
https://download.docker.com/linux/centos/docker-ce.repo | |
yum install tmux docker-ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment