Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created January 3, 2014 14:19
Show Gist options
  • Select an option

  • Save tmtk75/8238544 to your computer and use it in GitHub Desktop.

Select an option

Save tmtk75/8238544 to your computer and use it in GitHub Desktop.
Just 3 lines to install docker onto CentOS6
rpm -Uvh http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
yum install puppet -y
puppet apply -e 'package {docker-io:} service {docker: ensure=>running, require=>Package[docker-io]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment