Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created September 4, 2017 14:08
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 luanpcweb/e6896cf4ad3f5a699e9b47ea4f5aacec to your computer and use it in GitHub Desktop.
Save luanpcweb/e6896cf4ad3f5a699e9b47ea4f5aacec to your computer and use it in GitHub Desktop.
# yum install -y centos-release-xen
# echo includepkgs=kernel kernel-firmware >> /etc/yum.repos.d/CentOS-Xen.repo
# yum update -y kernel
# reboot
# yum install -y https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm
# service docker start
# chkconfig docker on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment