Skip to content

Instantly share code, notes, and snippets.

@schleg
Last active August 29, 2015 14:05
Show Gist options
  • Save schleg/bbb129ed16ccc0da21ee to your computer and use it in GitHub Desktop.
Save schleg/bbb129ed16ccc0da21ee to your computer and use it in GitHub Desktop.
su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'
sudo yum -y install docker-io
vim /etc/cgconfig.conf # comment out the memory line
sudo service docker start
sudo chkconfig docker on
sudo docker pull centos:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment