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

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

 

背景

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版本

docker ps

命令執行結果如下:

轉載地址: https://www.cnblogs.com/Detector/p/8707829.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章