VM CentOS Docker 安装

Posted sixing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

技术分享图片









以上是关于VM CentOS Docker 安装的主要内容,如果未能解决你的问题,请参考以下文章

vm 安装centos7不能联网

centos7 安装docker

linux centos下安装docker

基于docker搭建单机测试ELK

Docker-CE 安装 CentOS

Docker-CE 安装 CentOS