CentOS6.5安装Docker
笔者这里是用CnetOS6.5系统开始安装daoker之旅:[root@localhost ~]# uname -r2.6.32-431.el6.x86_64[root@localhost ~]# cat /etc/issueCentOS release 6.5 (Final)Kernel
on an m注意其他的源可能导致你的内核和docker的版本不一致,需要升级内核至3.x。安装:[root@localhost ~]# rpm -ivh http...