VM CentOS Docker 安装

1、CentOS版本为7.x 。

2、使yum的CentOS-Extras配置生效

文件CentOS-Base.repo中enabled的値从0变成1
vim /etc/yum.repos.d/CentOS-Base.repo    
[extras]    
name=CentOS-$releasever - Extras    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras    
gpgcheck=1    
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7    
enabled=1    ★    値从0变成1
※Docker is included by default in the CentOS-Extras repository 

 


3、执行yum 安装

4、启动 Docker 后台服务

5、运行hello-world

posted @ 2018-02-26 10:14  四星  阅读(168)  评论(0)    收藏  举报