找docker安装版本

yum search docker

安装docker-io

yum install docker-io

加入开机启动

chkconfig docker on

启动docker服务

service docker start