Skip to content

Instantly share code, notes, and snippets.

@ViktorOgnev
Created August 13, 2018 10:30
Show Gist options
  • Save ViktorOgnev/16574314d87f14505b7e44a05baeee0a to your computer and use it in GitHub Desktop.
Save ViktorOgnev/16574314d87f14505b7e44a05baeee0a to your computer and use it in GitHub Desktop.
install docker centos 7
sudo su
yum check-update || yum update
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
systemctl start docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment