Skip to content

Instantly share code, notes, and snippets.

@bioshazard
Created March 29, 2019 13:19
Show Gist options
  • Save bioshazard/3317e81d838f3b5b39d204a763456350 to your computer and use it in GitHub Desktop.
Save bioshazard/3317e81d838f3b5b39d204a763456350 to your computer and use it in GitHub Desktop.
# Per https://docs.docker.com/install/linux/docker-ce/centos/
# Which should just be a single copy-paste resource
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 -y docker-ce docker-ce-cli containerd.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment