Skip to content

Instantly share code, notes, and snippets.

@karthik101
Created October 29, 2018 09:56
Show Gist options
  • Save karthik101/b36f2ec5a02ea02f6483dd46849de89b to your computer and use it in GitHub Desktop.
Save karthik101/b36f2ec5a02ea02f6483dd46849de89b to your computer and use it in GitHub Desktop.
install docker-ce-17.03.2.ce centos
yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
yum install --setopt=obsoletes=0 \
docker-ce-17.03.2.ce-1.el7.centos.x86_64 \
docker-ce-selinux-17.03.2.ce-1.el7.centos.noarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment