Skip to content

Instantly share code, notes, and snippets.

@GerkinDev
Created November 6, 2017 02:07
Show Gist options
  • Save GerkinDev/783bf2e613bec01d010b5f8a8453b61c to your computer and use it in GitHub Desktop.
Save GerkinDev/783bf2e613bec01d010b5f8a8453b61c to your computer and use it in GitHub Desktop.
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