Skip to content

Instantly share code, notes, and snippets.

@behroozam
Last active October 9, 2018 15:24
Show Gist options
  • Save behroozam/0d241981d4608fc8f5c3d6030c90554f to your computer and use it in GitHub Desktop.
Save behroozam/0d241981d4608fc8f5c3d6030c90554f to your computer and use it in GitHub Desktop.
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