`
radio123
  • 浏览: 205288 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

【Docker】Segmentation Fault or Critical Error encountered. Dumping core and abor

阅读更多

前言

CentOS7 安装Docker后,load镜像时出现以下错误:

Segmentation Fault or Critical Error encountered. Dumping core and aborting.

技术分享图片

原因是我在安装时使用的 yum install docker,但实际上需要安装docker-io。

重新安装

查询已安装的docker:

yum list installed |grep docker

卸载:

yum -y remove docker.x86_64

重装:

yum install docker-io

启动:

service docker start

查看是否按照成功:

docker ps

命令执行结果如下:
技术分享图片

【Docker】Segmentation Fault or Critical Error encountered. Dumping core and abort

标签:start   entos   OS   logs   install   bubuko   x86   http   centos7   

原文:https://www.cnblogs.com/Detector/p/8707829.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics