Centos6.5 安裝配置docker
- yum install http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm
- yum install docker-io
- yum -y install docker-io
- chkconfig docker on
- service docker start
- chkconfig docker on
Centos6.5 安裝配置docker
Centos6.5 安裝配置docker