先前的存储驱动程序“ aufs”失败:不支持驱动程序启动守护程序时出错:初始化graphdriver时出错:不支持驱动程序 [英] prior storage driver "aufs" failed: driver not supported Error starting daemon: error initializing graphdriver: driver not supported

查看:229
本文介绍了先前的存储驱动程序“ aufs”失败:不支持驱动程序启动守护程序时出错:初始化graphdriver时出错:不支持驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在ubuntu 14.04中本地运行docker时,我在控制台中运行以下代码行:

When a try to run docker locally in ubuntu 14.04 when i run this line in the console:

sudo docker -d 

控制台向我显示此错误:

The console show me this error:

Warning: '-d' is deprecated, it will be removed soon. See usage.
WARN[0000] please use 'docker daemon' instead.          
ERRO[0000] [graphdriver] prior storage driver "aufs" failed: driver not supported 
FATA[0000] Error starting daemon: error initializing graphdriver: driver not supported 


推荐答案

尝试删除所有下载的图像:

Try removing all downloaded images:

sudo rm /var/lib/docker/aufs -rf



That helped me to recover docker after a kernel update.

github上的相关问题:

Related issues on the github:

  • https://github.com/docker/docker/issues/14026
  • https://github.com/docker/docker/issues/15651

这篇关于先前的存储驱动程序“ aufs”失败:不支持驱动程序启动守护程序时出错:初始化graphdriver时出错:不支持驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆