博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
docker 报Error: docker-engine-selinux conflicts with docker-selinux-1.9.1-25.el7.centos.x86_64
阅读量:6952 次
发布时间:2019-06-27

本文共 1355 字,大约阅读时间需要 4 分钟。

root@ecshop Deploy]# yum -y install docker-engine-selinux.noarch

Loaded plugins: fastestmirror
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 500 - Internal Server Error
Trying other mirror.
Loading mirror speeds from cached hostfile
* base: mirror.neu.edu.cn
* epel: mirror.pregi.net
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package docker-engine-selinux.noarch 0:1.11.1-1.el7.centos will be installed
--> Processing Conflict: docker-engine-selinux-1.11.1-1.el7.centos.noarch conflicts docker-selinux
--> Finished Dependency Resolution
Error: docker-engine-selinux conflicts with docker-selinux-1.9.1-25.el7.centos.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

-------------------------------------

在stackoverflow上面看了一下,大概说的是你以前安装过了,先要把它给卸载了,就可以 了解决方法

[root@ecshop yum.repos.d]# rpm -qa|grep docker-engine-selinux.noarch [root@ecshop yum.repos.d]# rpm -qa|grep docker-engine-selinux[root@ecshop yum.repos.d]# rpm -qa|grep dockerdocker-selinux-1.9.1-25.el7.centos.x86_64docker-registry-0.9.1-7.el7.x86_64docker-forward-journald-1.9.1-25.el7.centos.x86_64[root@ecshop yum.repos.d]# rpm -e docker-selinux[root@ecshop yum.repos.d]# rpm -e docker-registry

 

转载地址:http://frjil.baihongyu.com/

你可能感兴趣的文章
css中px、em、rem区别与使用
查看>>
两个男同事打架 公司决定要不离职, 要不手牵手一下午, 结果他俩就选择.........
查看>>
(三)java版spring cloud+spring boot 社交电子商务平台 - Spring Cloud集成项目简介
查看>>
本地搭建ios测试包上传下载安装环境(类似蒲公英)
查看>>
BCH大区块导致中心化其实是伪命题
查看>>
Linux软件包管理之源码安装
查看>>
求两个数的最大公约数两种方法
查看>>
结对编程讲义-PPT
查看>>
SOLR
查看>>
配置Nutch模拟浏览器以绕过反爬虫限制
查看>>
小牛电动的软文列表,和实际用户的反馈实在是天上地下。。
查看>>
list()详解
查看>>
mysql 修改编码 Linux/Mac/Unix/通用(杜绝修改后无法启动的情况!)
查看>>
IBM WebSphere MQ win 安装过程
查看>>
获取目录下子目录及文件的大小
查看>>
DNS服务器基本服务(正向、反向解析)、别名、递归、迭代、增量传输、完全传输...
查看>>
varchar nvarchar char nchar varchar2 nvarchar2
查看>>
js 百度地图 添加自定义控件
查看>>
AI考拉技术分享会--IDE 常用功能 for Node.js
查看>>
Tomcat session Error
查看>>