Skip to content

Instantly share code, notes, and snippets.

@tureki
Created August 11, 2014 13:05
Show Gist options
  • Save tureki/a9ccd71ac17f9d131f70 to your computer and use it in GitHub Desktop.
Save tureki/a9ccd71ac17f9d131f70 to your computer and use it in GitHub Desktop.
Centos6.5 docker install
#!/bin/bash
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install docker-io
docker run centos /bin/echo "Hello World"
chkconfig docker on
service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment