Ubuntu Docker对新内核的支持

Ubuntu Docker对新内核的支持,ubuntu,linux-kernel,docker,Ubuntu,Linux Kernel,Docker,我在我的ubuntu系统3.10.92版本中安装了新内核,然后安装了docker支持。一旦我开始拉一些图像,它会显示错误,说: root@ubuntu:/# docker pull hello-world Using default tag: latest Cannot connect to the Docker daemon. Is the docker daemon running on this host? 然后我启动了守护进程,如下所示 root@ubuntu:/# docker da

我在我的ubuntu系统3.10.92版本中安装了新内核,然后安装了docker支持。一旦我开始拉一些图像,它会显示错误,说:

root@ubuntu:/# docker pull hello-world
Using default tag: latest
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
然后我启动了守护进程,如下所示

root@ubuntu:/# docker daemon &
[1] 9634
root@ubuntu:/# INFO[0000] API listen on /var/run/docker.sock           
ERRO[0000] [graphdriver] prior storage driver "aufs" failed: driver not supported 
FATA[0000] Error starting daemon: error initializing graphdriver: driver not supported 

要启动此内核的docker,应该做些什么?

这似乎不是一个编程问题,也不是关于您创建的程序的问题,因此在这里关于堆栈溢出的话题不在这里。您可以在获得帮助。您正在运行哪个Ubuntu版本?请参见@VonC版本为14.04