错误:docker-ce conflicts with 2:docker-1.13.1-74.git

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:docker-ce conflicts with 2:docker-1.13.1-74.git相关的知识,希望对你有一定的参考价值。

CentOS7中安装k8s:

    `yum install kubernetes`

安装K8S出现如下错误提示:

    错误:docker-ce conflicts with 2:docker-1.13.1-74.git6e3bb8e.el7.centos.x86_64
     您可以尝试添加 --skip-broken 选项来解决该问题
     您可以尝试执行:rpm -Va --nofiles --nodigest

解决办法:
系统中已经安装有docker-ce,卸载后可正常安装k8s

    `yum -y remove docker-ce`

以上是关于错误:docker-ce conflicts with 2:docker-1.13.1-74.git的主要内容,如果未能解决你的问题,请参考以下文章

SVN提交,报“remains in conflict”错误

IBM Mobilefirst 错误 MFP-Conflict=Concurrency failure while storage user data in AdapterSecurityContex

为啥会出现 Conflicting cross-version suffixes 的错误?

Aborting commit: 'XXX' remains in conflict

elasticsearch _update_by_query with conflicts = proceed

安装MYSQL错误“conflicts with file from package mysql-libs-*” 解决方法