我是虚拟机装的Centos7,linux 3.10 内核,docker官方说至少3.8以上,建议3.10以上
1,root账户登录,查看内核版本如下
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
2.如果不是用yum update更新
3.安装
yum install docker
安装途中停顿输入y就行
出现Complete就行了
4.启动
systemctl start docker
查看版本号
docker -v
设置开机启动
systemctl enable docker