1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - centos - 正文

君子好学,自强不息!

centos 6 docker 安装(通过yum)

2023-02-25 | centos | gtxyzz | 6301°c
A+ A-

步骤

  1. yum update kernel
  2. reboot
  3. yum install docker-io
  4. yum install device-mapper-event-libs

说明

  • 网上的文章都是需要升级到 linux 3.10 的内核,其实升级到 2.x 的较新的也行
  • 需要安装 device-mapper-event-libs,否则报错 /usr/bin/docker: relocation error: /usr/bin/docker: symbol dm_task_get_info_with_deferred_remove, version Base not defined in file libdevmapper.so.1.02 with link time reference
  • centos 6 在配置文件为 /etc/sysconfig/docker,配置 other_args=--registry-mirror=https://registry.docker-cn.com 将镜像设置成国内的

问题

docker 挂了重启后,start 报错 “device or resource busy”

执行 cat /proc/mounts | grep "mapper/docker" | awk '{print $2}' | xargs -r umount 解决

  • https://github.com/moby/moby/issues/5684
  • http://blog.hashbangbash.com/2014/11/docker-devicemapper-fix-for-device-or-resource-busy-ebusy/

本文来源:1818IP

本文地址:https://www.1818ip.com/post/32794.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。