Skip to content

Instantly share code, notes, and snippets.

@YakDriver
Last active July 3, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YakDriver/0a6b77ac32b0329cb97a9ca07dad164b to your computer and use it in GitHub Desktop.
Save YakDriver/0a6b77ac32b0329cb97a9ca07dad164b to your computer and use it in GitHub Desktop.
Install docker on CentOS
sudo su
yum install epel-release
yum --enablerepo=epel install docker-io
# centos 7
systemctl start docker
# centos 6
service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment