Last active
August 29, 2015 14:05
-
-
Save schleg/bbb129ed16ccc0da21ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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