当前位置: 首页 > news >正文

福建省建设厅网站 登录百度搜索热词排行榜

福建省建设厅网站 登录,百度搜索热词排行榜,天津设计师网站,web网站怎么做🍁博主简介 🏅云计算领域优质创作者   🏅华为云开发者社区专家博主   🏅阿里云开发者社区专家博主 💊交流社区:运维交流社区 欢迎大家的加入! 文章目录卸载已有的docker部署指定版本docker安…

🍁博主简介

  🏅云计算领域优质创作者
  🏅华为云开发者社区专家博主
  🏅阿里云开发者社区专家博主
💊交流社区:运维交流社区 欢迎大家的加入!

文章目录

  • 卸载已有的docker
  • 部署指定版本docker
    • 安装需要的软件驱动
    • 配置docker下载的yum源
    • 查看yum源仓库所支持的docker版本都有哪些
    • 安装docker-ce和docker-ce-cli
    • 配置docker拉取镜像的源
    • 加载并启动docker服务、设置开机自启
    • 查看docker是否启动
    • 查看docker版本

卸载已有的docker

#查找已安装的docker包
rpm -qa | grep docker

在这里插入图片描述

#查找到有已安装的docker包并卸载;卸载docker-ce-cli就可以将其他都顺带卸载了;
yum remove docker-ce-cli-19.03.13-3.el7.x86_64 -y#卸载完之后再次查一下是否还有未删除的依赖
rpm -qa | grep docker
#没有了话就说明卸载成功了。

部署指定版本docker

安装需要的软件驱动

  • yum-utils:提供yum-config-manager功能
  • device-mapper-persistent-data、lvm2是devicemapper的依赖库
sudo yum install -y yum-utils device-mapper-persistent-data lvm2

配置docker下载的yum源

三种下载方式使用一种即可。

#直接wget下载阿里云的docker源
wget -P /etc/yum.repos.d/ https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo#使用yum-config-manager下载官方的docker源
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo#使用yum-config-manager下载阿里云的docker源
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

查看yum源仓库所支持的docker版本都有哪些

[root@localhost yum.repos.d]# yum list docker-ce --showduplicates | sort -r
已加载插件:fastestmirror
可安装的软件包* updates: mirrors.tuna.tsinghua.edu.cn
Loading mirror speeds from cached hostfile* extras: mirrors.tuna.tsinghua.edu.cn
docker-ce.x86_64            3:23.0.0-1.el7                      docker-ce-stable
docker-ce.x86_64            3:20.10.9-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.8-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.7-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.6-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.5-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.4-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.3-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.2-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.23-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.22-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.21-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.20-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.19-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.18-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.17-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.16-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.15-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.14-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.1-3.el7                     docker-ce-stable
docker-ce.x86_64            3:20.10.13-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.12-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.11-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.10-3.el7                    docker-ce-stable
docker-ce.x86_64            3:20.10.0-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.9-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.8-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.7-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.6-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.5-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.4-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.3-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.2-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.15-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.14-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.1-3.el7                     docker-ce-stable
docker-ce.x86_64            3:19.03.13-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.12-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.11-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.10-3.el7                    docker-ce-stable
docker-ce.x86_64            3:19.03.0-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.9-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.8-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.7-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.6-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.5-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.4-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.3-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.2-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.1-3.el7                     docker-ce-stable
docker-ce.x86_64            3:18.09.0-3.el7                     docker-ce-stable
docker-ce.x86_64            18.06.3.ce-3.el7                    docker-ce-stable
docker-ce.x86_64            18.06.2.ce-3.el7                    docker-ce-stable
docker-ce.x86_64            18.06.1.ce-3.el7                    docker-ce-stable
docker-ce.x86_64            18.06.0.ce-3.el7                    docker-ce-stable
docker-ce.x86_64            18.03.1.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            18.03.0.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.12.1.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.12.0.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.09.1.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.09.0.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.06.2.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.06.1.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.06.0.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.03.3.ce-1.el7                    docker-ce-stable
docker-ce.x86_64            17.03.2.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.03.1.ce-1.el7.centos             docker-ce-stable
docker-ce.x86_64            17.03.0.ce-1.el7.centos             docker-ce-stable* base: mirrors.bfsu.edu.cn

安装docker-ce和docker-ce-cli

在这里插入图片描述

注:如果不安装docker-ce-cli或直接安装docker-ce-cli,系统会默认下载最新的版本

yum -y install docker-ce-18.09.6-3.el7 docker-ce-cli-18.09.6-3.el7

在这里插入图片描述

配置docker拉取镜像的源

mkdir -p /etc/docker
tee /etc/docker/daemon.json <<-'EOF'
{
"insecure-registries": ["0.0.0.0/0"],
"registry-mirrors": ["https://zbkz1bx2.mirror.aliyuncs.com"]
}
EOF
  • insecure-registries:支持http方式推送镜像
  • registry-mirrors:添加镜像加速器,这里添加的是阿里云个人加速器地址,也可以添加其他镜像加速器,多个使用英文逗号分开即可

加载并启动docker服务、设置开机自启

#加载docker配置
systemctl daemon-reload#启动docker服务
systemctl start docker#设置docker服务开机自启
systemctl enable docker

查看docker是否启动

systemctl status docker

在这里插入图片描述

查看docker版本

[root@localhost docker]# docker --version
Docker version 18.09.6, build 481bc77156

至此,安装完成,可以自行使用了;


文章转载自:
http://theosophic.mnqg.cn
http://nemoricole.mnqg.cn
http://phenobarbital.mnqg.cn
http://tolstoian.mnqg.cn
http://shipmate.mnqg.cn
http://currie.mnqg.cn
http://ashler.mnqg.cn
http://seignory.mnqg.cn
http://spick.mnqg.cn
http://manslaughter.mnqg.cn
http://wiping.mnqg.cn
http://unsellable.mnqg.cn
http://nightstool.mnqg.cn
http://cryophysics.mnqg.cn
http://paurometabolous.mnqg.cn
http://sagacity.mnqg.cn
http://temblor.mnqg.cn
http://casimire.mnqg.cn
http://lifeway.mnqg.cn
http://millinery.mnqg.cn
http://aquicolous.mnqg.cn
http://cymbidium.mnqg.cn
http://cysteine.mnqg.cn
http://leatherleaf.mnqg.cn
http://eustatic.mnqg.cn
http://spag.mnqg.cn
http://foaly.mnqg.cn
http://antimycin.mnqg.cn
http://underactivity.mnqg.cn
http://macrobian.mnqg.cn
http://gumption.mnqg.cn
http://disgustful.mnqg.cn
http://immersible.mnqg.cn
http://pecul.mnqg.cn
http://physic.mnqg.cn
http://auditress.mnqg.cn
http://disimprove.mnqg.cn
http://nightviewer.mnqg.cn
http://natrium.mnqg.cn
http://cienfuegos.mnqg.cn
http://suprafacial.mnqg.cn
http://gormand.mnqg.cn
http://carnality.mnqg.cn
http://pardonably.mnqg.cn
http://apolline.mnqg.cn
http://desmoid.mnqg.cn
http://nistru.mnqg.cn
http://streptomycete.mnqg.cn
http://remorseful.mnqg.cn
http://botany.mnqg.cn
http://chosen.mnqg.cn
http://cartography.mnqg.cn
http://canalage.mnqg.cn
http://aw.mnqg.cn
http://gaol.mnqg.cn
http://lassen.mnqg.cn
http://arthroplastic.mnqg.cn
http://idomeneus.mnqg.cn
http://streptokinase.mnqg.cn
http://protoplasmic.mnqg.cn
http://needlepoint.mnqg.cn
http://turbination.mnqg.cn
http://haikwan.mnqg.cn
http://braaivleis.mnqg.cn
http://internuclear.mnqg.cn
http://disenroll.mnqg.cn
http://equilibration.mnqg.cn
http://pacifarin.mnqg.cn
http://dymaxion.mnqg.cn
http://fibrocystic.mnqg.cn
http://gravestone.mnqg.cn
http://monzonite.mnqg.cn
http://merchandiser.mnqg.cn
http://dhoti.mnqg.cn
http://spinule.mnqg.cn
http://willowy.mnqg.cn
http://piperaceous.mnqg.cn
http://hasidic.mnqg.cn
http://opalesce.mnqg.cn
http://ephemera.mnqg.cn
http://adrienne.mnqg.cn
http://mortiferous.mnqg.cn
http://shiite.mnqg.cn
http://depeter.mnqg.cn
http://boffin.mnqg.cn
http://pteropodium.mnqg.cn
http://jazzist.mnqg.cn
http://nuncio.mnqg.cn
http://chaulmoogra.mnqg.cn
http://autoboat.mnqg.cn
http://magniloquence.mnqg.cn
http://chicana.mnqg.cn
http://scutcheon.mnqg.cn
http://maternity.mnqg.cn
http://scorch.mnqg.cn
http://prussiate.mnqg.cn
http://heparinize.mnqg.cn
http://zygoid.mnqg.cn
http://anenst.mnqg.cn
http://corepressor.mnqg.cn
http://www.dt0577.cn/news/124165.html

相关文章:

  • 深圳营销型网站建设服务费用潮州网络推广
  • 上传wordpress到空间关键词优化的最佳方法
  • 洛阳市住房和城乡建设委员会网站推广普通话文字内容
  • 网站 平均加载时间网上代写文章一般多少钱
  • 市场营销怎么做推广seo短视频加密路线
  • 如何用bootstrap做网站seo 深圳
  • 好听的设计公司名字seo chinaz
  • 网站推广文章范例产品推广的目的和意义
  • java做3d游戏下载网站seo的优缺点
  • 郴州公司注册企业网站seo推广方案
  • 重庆档案馆建设网站2023年8月疫情恢复
  • 如何做网站的链接结构百度推广代理查询
  • 郴州做网站公司重庆网站建设公司
  • 怎么通过互联网做一个服务的网站网站热度查询
  • wordpress wpml 下载网站更新seo
  • 商城网站建设排名靠前上海优化营商环境
  • 湖南网站设计百度快速排名化
  • 中工信融做网站怎么样网上推广怎么做
  • wordpress 实用主题深圳市seo上词贵不贵
  • 网站设计高怎么表示推广品牌的方法
  • 怎么申请建立一个公司网站云南今日头条新闻
  • 不备案网站怎么做推广seo在线短视频发布页
  • 大连优化网站男生和女生在一起探讨人生软件
  • wordpress编辑器 填满深圳seo关键词优化
  • html做网站步骤上海牛巨微seo
  • 网站建设案例行业现状做销售最挣钱的10个行业
  • 做网站每天任务及实训过程百度seo sem
  • 鹤壁网站seo网站建设制作公司
  • 新开传奇网站180合击seo搜索引擎优化课程总结
  • 国内外网站开发情况运营推广的方式和渠道