centos7安装docker

一、安装依赖

yum install -y yum-utils \
  device-mapper-persistent-data \
  lvm2

二、设置仓库

yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo

三、安装 Docker Engine-Community

yum install docker-ce docker-ce-cli containerd.io

四、启动 Docker

systemctl start docker

五、验证是否成功, 通过运行 hello-world 映像来验证是否正确安装了 Docker Engine-Community 。

 docker run hello-world

六、查看docker版本

 docker --version

七、镜像加速

1、如果是官方的镜像源,会非常的慢,可以注册阿里云账号申请加速源地址

https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

2、通过添加 文件:/etc/docker/daemon.json,添加如下内容,地址为你申请的加速阿里云地址:

{"registry-mirrors":["https://c9e2a8sh.mirror.aliyuncs.com"]}

3、重启服务:

systemctl daemon-reload
systemctl restart docker

再次 docker pull xx,你会发现下载的飞快。

八、至此,docker已完成安装,可以通过 docker --help查看相关命令使用

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值