Install on Centos 6
$ rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
$ yum update -y
$ yum install docker-io -y
$ service docker start
$ chkconfig docker on
Reference
http://www.liquidweb.com/kb/how-to-install-docker-on-centos-6/
Last updated
Was this helpful?