Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created March 4, 2014 14:52
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 tkuchiki/9347861 to your computer and use it in GitHub Desktop.
Save tkuchiki/9347861 to your computer and use it in GitHub Desktop.
Vagrant で Centos6.5 を立てて Docker を install
# http://www.1x1.jp/blog/2013/12/docker_on_centos65.html
# Mac
vagrant init opscode-centos65 http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
vagrant up
vagrant ssh
# CentOS 6.5
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum -y install docker-io
sudo yum -y install docker-io
sudo chkconfig docker on
sudo service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment