Centos 安装docker报错

错误信息:

  安装报错:Transaction check error:
  file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02.107-5.el7_2.1.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
  file /usr/sbin/blkdeactivate from install of device-mapper-7:1.02.107-5.el7_2.1.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
  file /usr/share/man/man8/blkdeactivate.8.gz from install of device-mapper-7:1.02.107-5.el7_2.1.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64

Error Summary

【解决办法】

  只需一条命令搞定:

  yum install libdevmapper* -y

时间: 2024-10-10 03:02:37

Centos 安装docker报错的相关文章

Centos安装fabric 报错:error: ‘FFI_DEFAULT_ABI’ undeclared (first use in this function)

Centos安装fabric 报错: error: 'FFI_DEFAULT_ABI' undeclared (first use in this function) 需要安装libffi-devel Debian或Ubuntu需要安装 libffi-dev

CentOS安装过程报错

Unable to read group information from repositories.  This is a problem with the generation of your install tree 网上搜到说是bug http://bbs.linuxtone.org/thread-16947-1-1.html 个人解决办法:把boot大小由200改为1024安装不报错

centos 6.5安装docker报错

(1)yum安装docker [[email protected] ~]# yum install docker-io (2)启动docker [[email protected] ~]# /etc/init.d/docker restart 停止 docker:                                              [失败] Starting docker:                                   [确定] [[email pro

centos 6.5安装docker报错(查看报错详细信息--推荐)

(1)yum安装docker [[email protected] ~]# yum install docker-io (2)启动docker [[email protected] ~]# /etc/init.d/docker restart 停止 docker:                                              [失败] Starting docker:                                   [确定] [[email pro

CentOS7 安装Docker报错

安装报错: Transaction check error:  file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02.107-5.el7_2.1.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64  file /usr/sbin/blkdeactivate from install

安装docker报错docker: relocation error:

完整报错docker: relocation error: docker: symbol dm_task_get_info_with_deferred_remove, version Base not defined in file libdevmapper.so.1.02 with link time reference 处理结果:更新device-mapper-libs之后重新安装docker可以正常安装 原文地址:http://blog.51cto.com/xiaoshanzi/21353

CentOS安装gcc报错的问题

安装记录: 系统:centos5.4 分别执行如下命令: 命令代码 yum -y install gcc yum -y install-c++ www.ahlinux.com yum install make 会报错: Loaded plugins: fastestmirror Determining fastest mirrors 解决办法: 命令代码 echo "alias yum='yum --disableplugin=fastestmirror'" >> /roo

CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

错误提示: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel与openssl-devel解决问题 yum -y install pcre-devel openssl openssl-devel ./configure --prefix=/usr/local/nginx make make install

CentOS 6安装KVM后安装虚拟机报错

安装KVM在配置完桥接网卡后,安装虚拟机报错. 附有CentOS 6安装KVM文档,和安装过程截图,可否有人能看出其中问题所在,小女子不胜感激.